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