Interface IScrollBarHandler
Provides access to methods and properties of the native scrollbar control.
public interface IScrollBarHandler : IControlHandler, IDisposableObject, IDisposable
Properties
- EventNewPos
Gets new position of the scroll thumb passed to the scroll event.
- EventOldPos
Gets old position of the scroll thumb passed to the scroll event.
- EventTypeID
Gets type of the scroll event.
- IsVertical
Gets or sets whether scrollbar is vertical.
- PageSize
Gets or sets page size.
- Range
Gets or sets scrolling range.
- Scroll
Gets or sets action called when scrolling is done.
- ThumbPosition
Gets or sets thumb position.
Methods
- SetScrollbar(int?, int?, int?, bool)
Sets the native scrollbar properties.