ScrollBox.Left Attached Property
Gets or sets the x-axis value of a child control’s left edge. This is an attached property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
#Returns
Type | Description |
---|---|
Double | A Double value that specifies the x-axis value of a child control’s left edge. |
#Remarks
You can use the ScrollBox.Left
and ScrollBox.Top properties to freely position child controls within a ScrollBox.
The ScrollBox‘s LayoutControlBase.Padding inherited property affects the offset of the client area where child controls reside. Therefore, this property affects the offsets of the child controls from the ScrollBox’s left and top edges.