LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Calendar Automatically selecting a range of dates when switching months

Solved!
Go to solution

I have a .NET Calendar control, and when i click the "July 2020" at the top to select a month, then select a different month, the month is shown with a week highlighted. Anyone know how to work around this or why it is happening? Any way to disable selection ranges on the calendar so that only one date can be selected?

0 Kudos
Message 1 of 2
(1,260 Views)
Solution
Accepted by topic author arob

Set the MaxSelectionCount to 1 using the Property Node to limit the selection.

Message 2 of 2
(1,247 Views)