Gets or sets a value indicating the current horizontal scroll offset of the cell scroll viewer.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double ScrollOffsetX { get; set; }
Visual Basic
Public Property ScrollOffsetX As Double
	Get
	Set
JScript
final function get ScrollOffsetX () : double
final function set ScrollOffsetX (value : double)

Implements

IDataGridColumn..::..ScrollOffsetX

See Also