Hello.
I'd like to hide dayheader of ultraDayView at Windows Form.Is there any way to hide dayheader of ultraDayView?
Thank you in advance.
Yes, but the control's metrics calculation logic has no awareness of that and as such would still reserve the same amount of space for the header, causing unpredictable results.
It would be possible to use a CreationFilter and change the RECT size of DayHeaderUIElement to (0,0) wouldn't it???
No, the control does not support hiding the day header. If you like you can submit a feature request for the ability to control that via a property setting.