IScrollBarsProvider
Interface
Represents scroll bars provider.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public interface IScrollBarsProvider
Derived Classes:
Properties
HorizontalScrollBar
ScrollBar
Gets the horizontal scroll bar.
C#
ScrollBar HorizontalScrollBar { get; }
The horizontal scroll bar.
VerticalScrollBar
ScrollBar
Gets the vertical scroll bar.
C#
ScrollBar VerticalScrollBar { get; }
The vertical scroll bar.