Class RadVScrollBar
Represents a vertical scroll bar.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class RadVScrollBar : RadScrollBar, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadVScrollBar()
Declaration
public RadVScrollBar()
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: Horizontal and Vertical.
Declaration
public override ScrollType ScrollType { get; set; }
Property Value
ScrollType
|