HorizontalScroll Property
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("ScrollableControlHorizontalScrollDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property HorizontalScroll As System.Windows.Forms.HScrollProperties
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlHorizontalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public System.Windows.Forms.HScrollProperties HorizontalScroll {get;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also