Interface IScrollBarHandler
Provides access to methods and properties of the native scrollbar control.
public interface IScrollBarHandlerProperties
- IsVertical
- Gets or sets whether scrollbar is vertical. 
- PageSize
- Gets or sets page size. 
- Range
- Gets or sets scrolling range. 
- ThumbPosition
- Gets or sets thumb position. 
Methods
- SetScrollbar(int?, int?, int?, bool)
- Sets the native scrollbar properties.