Gets the maximal horizontal scroll range.

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

Syntax

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

Property Value

Type: Int32
Maximal horizontal scroll range.

See Also