How do I eliminate leading and trailing days from a monthly calendar view? I just want current month to show.
Set TrailingDaysVisible to false.
I did that, but it did not do what i want.. What I want to happen is if I click on Oct 10, then my first shown week would be Oct. 1st and last week would include Oct. 31. I do not want additional days or weeks to appear.
Are you using the UltraMonthViewSingle or UltraMonthViewMulti?
I am working with the datatbase demo. In left panel I have a ultraMonthViewMulti and in main panel I have ultraMonthViewSingle. Not sure where these properties are for me to change I have looked and did change trailingdays to false but saw no effect.
Hello dpickart,
The property TrailingDaysVisible is only available on the UltraMonthViewMulti component.