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
Hello John,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.