Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
648
UltraMonthViewSingle UseAppStyling
posted

I am developing a Windows Forms app using NetAdvantage 8.3 for CLR 2.0. If I add an UltraMonthViewSingle to the form with Dock Style Fill, add an UltraCalendarInfo to the form, then add appointments in code to a couple of consecutive Saturdays in the month, when I run the app and resize so that the form is smaller and the appointments are not visible, the overflow indicators appear correctly on each Saturday to indicate that these days do contain appointments. However, if I set UseAppStyling to false on the UltraMonthViewSingle, the indicator will only appear on each Saturday if it is selected and active. Is there any way to get the correct behavior with UseAppStyling set to false?

John