TileViewItemOptions.ScrollMode Property
Gets or sets which scroll elements this TileView should display.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(TileControlScrollMode.Default)]
[XtraSerializableProperty]
public TileControlScrollMode ScrollMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tile |
Default | A Tile |
Available values:
Name | Description |
---|---|
Default | Default scrolling mode. For the Tile |
Scroll |
Sets a Tile |
Scroll |
Sets a Tile |
Touch |
Displays a thin solid scroll bar painted right above the control’s client area. |
None | Prevents any visual scrolling elements from being displayed. Tile |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Scroll |
---|---|
Tile |
|
#Remarks
Depending on the ScrollMode property value, a TileView can display scroll bars, scroll buttons or display nothing at runtime when the view’s content cannot be completely shown within the current view bounds. Regardless of the current ScrollMode setting, end-users will be able to scroll using the mouse wheel or by dragging the view content.
The Default value for the TileViewItemOptions.ScrollMode property acts identically to the ScrollBar value.