Dear WPF Toolkit Community:
I want to have my users scroll (mouse wheel, flick on tablet, arrow up/down) a month
or a week at a time. I need to know what DAYS are visible on the control and
highlight/disable those days that are free/holiday/busy/command reserve, etc.
So I need onVisibilityEvent to know what day Start is visible and what day End is visible,
then apply properties to all the visible days.
I see how if the user selects a DateRange, no problem. How do I get the DateRange for
the entire visible calender from which a selection is made ? NO selection returns a nullable
null value, denoting nothing is selected.
I need just the opposite, what is available to be selected so I can populate the days of our lives.
I'm waxing melodramatic.
I'm poking at it but you guys can point me faster.
Sincerely,
dB
I want to have my users scroll (mouse wheel, flick on tablet, arrow up/down) a month
or a week at a time. I need to know what DAYS are visible on the control and
highlight/disable those days that are free/holiday/busy/command reserve, etc.
So I need onVisibilityEvent to know what day Start is visible and what day End is visible,
then apply properties to all the visible days.
I see how if the user selects a DateRange, no problem. How do I get the DateRange for
the entire visible calender from which a selection is made ? NO selection returns a nullable
null value, denoting nothing is selected.
I need just the opposite, what is available to be selected so I can populate the days of our lives.
I'm waxing melodramatic.
I'm poking at it but you guys can point me faster.
Sincerely,
dB