TileContainer.Position Property
Gets or sets the TileContainer‘s offset.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that is the TileContainer‘s offset. |
Remarks
If there is insufficient space to display the TileContainer‘s content, scroll bars appear. You can set the TileContainer‘s content offset via the Position property. When the TileContainer is in the horizontal layout mode (see the ITileContainerProperties.Orientation property), the offset is the distance between the currently displayed content and content’s left edge. The vertical TileContainer‘s offset is calculated from the upper content edge.
See Also