Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

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.

See Also