Interface IScrollBarProvider
An object that provides HScrollBar, VScrollBar and Element properties.
Namespace: Syncfusion.Windows.Controls.Scroll
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public interface IScrollBarProvider : IScrollInfo
Properties
Element
Gets the System.Windows.FrameworkElement.
Declaration
FrameworkElement Element { get; }
Property Value
| Type | Description |
|---|---|
| System.Windows.FrameworkElement | The element. |
HScrollBar
Gets the state describing for the horizontal scroll bar.
Declaration
ScrollInfo HScrollBar { get; }
Property Value
| Type | Description |
|---|---|
| ScrollInfo | The horizontal scroll bar state. |
VScrollBar
Gets the state describing for the vertical scroll bar.
Declaration
ScrollInfo VScrollBar { get; }
Property Value
| Type | Description |
|---|---|
| ScrollInfo | The vertical scroll bar state. |