Interface IScrollBarWrapperContainer
This interface provides properties for accessing a vertical and horizontal ScrollBarWrapper and an UpdateScrollBars() method.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IScrollBarWrapperContainer
Properties
HScrollBar
Returns a reference to an object with horizontal scrollbar settings of the control.
Declaration
ScrollBarWrapper HScrollBar { get; }
Property Value
Type |
---|
ScrollBarWrapper |
VScrollBar
Returns a reference to an object with vertical scrollbar settings of the control.
Declaration
ScrollBarWrapper VScrollBar { get; }
Property Value
Type |
---|
ScrollBarWrapper |
Methods
UpdateScrollBars()
Updates scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.
Declaration
void UpdateScrollBars()