Class RadHScrollBar
Represents a horizontal scroll bar control that enables scrolling content horizontally.
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()
Properties
DefaultSize
Gets the default size of the horizontal scroll bar control.
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
A System.Drawing.Size representing the default dimensions for a horizontal scroll bar. |
ScrollType
Gets the scroll type for this horizontal scroll bar. This property always returns Horizontal 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. |