Vertical ScrollBar
The VerticalScrollBarVisibility property of RadTimeline configures the vertical scrolling behavior of control.
Disabled (Default)
When the VerticalScrollBarVisibility is Disabled RadTimeline will try to fit all of its items on the view port.
Auto
When the vertical scrolling is in automatic mode, RadTimeline will automatically arrange its items so they are optimally visible. If the vertical space is enough, no scroll bar will be displayed.
Hidden
When the vertical scroll bar is hidden, the items inside RadTimeline will be arranged optimally, however if the items occupy more than the available vertical space, the user will not be able to scroll vertically.
Visible
In this mode items will be arranged optimally and the scroll bar will remain always visible.