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