Gets the horizontal scroll page size.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
int HorizontalPageSize { get; }
Visual Basic
ReadOnly Property HorizontalPageSize As Integer
	Get
Visual C++
property int HorizontalPageSize {
	int get ();
}
F#
abstract HorizontalPageSize : int with get

Property Value

Type: Int32
horizontal scroll page size.

Remarks

The value must in range [0, HorizontalMaxRange]

See Also