New to Telerik UI for WinFormsStart a free 30-day trial

Represents scroll bars provider.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public interface IScrollBarsProvider

Derived Classes: RadSpreadsheetElement

Properties

Gets the horizontal scroll bar.

C#
RadScrollBarElement HorizontalScrollBar { get; }
Property Value:

The horizontal scroll bar.

Gets the vertical scroll bar.

C#
RadScrollBarElement VerticalScrollBar { get; }
Property Value:

The vertical scroll bar.