Gets or sets the value indicating whether scrolling is enabled.
[Visual Basic]
Public Property EnableScrolling As
Boolean
[C#]
public
Boolean EnableScrolling {get; set;}
Remarks
When scrolling is enabled, the control automatically displays up/down scroller button when the actual height is bigger than available screen size or control's height property.
ScrollUpLookID and ScrollDownLookID are used to control the appearance setting of the scrolling items.
See Also
BaseNavigator Class | EO.Web Namespace