Back to Devexpress

BaseListBoxControl.HorzScrollStep Property

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-604caf63.md

latest1.9 KB
Original Source

BaseListBoxControl.HorzScrollStep Property

Gets or sets the offset by which the control is scrolled horizontally when the scrollbar buttons are clicked. This property is in effect in single column display mode, when the BaseListBoxControl.HorizontalScrollbar property is set to true.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(5)]
[DXCategory("Behavior")]
public int HorzScrollStep { get; set; }
vb
<DefaultValue(5)>
<DXCategory("Behavior")>
Public Property HorzScrollStep As Integer

Property Value

TypeDefaultDescription
Int325

An integer value specifying the horizontal scrolling step in pixels.

|

Remarks

This property is in effect in single column display mode, when the BaseListBoxControl.HorizontalScrollbar property is set to true.

See Also

HorizontalScrollbar

LeftCoord

MultiColumn

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace