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

Represents scroll bars provider.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public interface IScrollBarsProvider

Derived Classes: RadSpreadsheet

Properties

Gets the horizontal scroll bar.

C#
ScrollBar HorizontalScrollBar { get; }
Property Value:

The horizontal scroll bar.

Gets the vertical scroll bar.

C#
ScrollBar VerticalScrollBar { get; }
Property Value:

The vertical scroll bar.