Interface
IScrollBarsProvider

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

RadScrollBarElement

The horizontal scroll bar.

VerticalScrollBar

Gets the vertical scroll bar.

Declaration

cs-api-definition
RadScrollBarElement VerticalScrollBar { get; }

Property Value

RadScrollBarElement

The vertical scroll bar.