RadHScrollBar
Class
Represents a horizontal scroll bar control that enables scrolling content horizontally.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[ComVisible(false)]
public class RadHScrollBar : RadScrollBar, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadScrollBarRadHScrollBar...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadHScrollBar class.
C#
public RadHScrollBar()
Properties
Gets the default size of the horizontal scroll bar control.
C#
protected override Size DefaultSize { get; }
A Size representing the default dimensions for a horizontal scroll bar.
Overrides:
Gets the scroll type for this horizontal scroll bar. This property always returns Horizontal and cannot be changed.
C#
[Browsable(false)]
public override ScrollType ScrollType { get; set; }
Thrown when attempting to set the value.
Overrides: