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
Status: New
UltraTimelineView scrolling between MinDateTime and MaxDateTime

Using UltraTimelineView togehter with UltraCalendarInfo and setting MinDate and MaxDate, scrolling is useless for users. Moving the scrollbar handle to the far right does not move the visible calendar to MaxDate. There is no workaround or scroll style such as ScrollBounds and ScrollStyle as used by WinGrid.

Currently, I have to somewhat like wipe the handle by the mouse to move the visible calendar more to the right. Veeeeeery strange and slow for users. Releasing the handle at far right it snaps back to somewhere else!?

Requirements

  • Bounds for MinDate and MaxDate should also consider TimeOfDay as MinDateTime = DateTime.Today.Date.AddHours(6), MaxDateTime = DateTime.Today.Date.AddDays(1).AddHours(12) for Range 6am until Noon tomorrow.
  • Scrolling should consider the settings for MinDateTime and MaxDateTime.
  • ScrollBounds default should be ScrollToFill
  • ScrollStyle default should be Immediate

I need this as soon as possible (=yesterday). Please let me know if I have missed something.

Regards

Markus