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
4028
UltraDayView - get rid of empty row/bar up the top
posted

I have a grey bar up the top of my ultradayview which I dont want, and I'm not sure how to get rid of.

Please see here to see what I'm talking about: http://imgur.com/2EUjsK0

For the life of me I cant rid of it.

Can anyone suggest how to get rid of it?

Thanks.

Parents
  • 48586
    Verified Answer
    posted

    Hello,

     

    Thank you for the provided screenshot. The pointed area is AllDayEventArea and you could hide it if you disable AllDayEvents from the corresponding UltraCalendarInfo

     

    UltraCalendarInfo1.AllowAllDayEvents = false;

     

    If you haven’t  assigned UltraCalendarInfo to your UltraDayView, then you should set this property to the default calendar info trough code

     

    UltraDayView1.CalendarInfo.AllowAllDayEvents = false;

     

    Please let me know if you have any further questions.

Reply Children
No Data