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()
Properties
DefaultSize
Gets the default size of the vertical scroll bar control.
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
A System.Drawing.Size representing the default dimensions for a vertical scroll bar. |
ScrollType
Gets the scroll type for this vertical scroll bar. This property always returns Vertical and cannot be changed.
Declaration
public override ScrollType ScrollType { get; set; }
Property Value
ScrollType
|
Overrides
Exceptions
System.InvalidOperationException
Thrown when attempting to set the value. |