Interface
IScrollBarsProvider

Represents scroll bars provider.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public interface IScrollBarsProvider

Properties

HorizontalScrollBar

Gets the horizontal scroll bar.

Declaration

cs-api-definition
ScrollBar HorizontalScrollBar { get; }

Property Value

ScrollBar

The horizontal scroll bar.

VerticalScrollBar

Gets the vertical scroll bar.

Declaration

cs-api-definition
ScrollBar VerticalScrollBar { get; }

Property Value

ScrollBar

The vertical scroll bar.