Interface IScrollBarsProvider
Represents scroll bars provider.
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IScrollBarsProvider
Properties
HorizontalScrollBar
Gets the horizontal scroll bar.
Declaration
ScrollBar HorizontalScrollBar { get; }
Property Value
System.Windows.Controls.Primitives.ScrollBar
The horizontal scroll bar. |
VerticalScrollBar
Gets the vertical scroll bar.
Declaration
ScrollBar VerticalScrollBar { get; }
Property Value
System.Windows.Controls.Primitives.ScrollBar
The vertical scroll bar. |