Class RadHScrollBar
Implements the basic functionality of a horizontal scroll bar control.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class RadHScrollBar : RadScrollBar, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadHScrollBar()
Declaration
public RadHScrollBar()
Properties
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
ScrollType
Gets or sets the ScrollType. Possible values are defined in the ScrollType enumeration: Vertical, and Horizontal.
Declaration
public override ScrollType ScrollType { get; set; }
Property Value
ScrollType
|