TileControlScrollMode Enum
Exposes members that specify a TileControl‘s scroll mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return TileControlScrollMode values:
#Remarks
If a TileControl‘s size is not sufficient to display its entire content, scrolling is turned on. The TileControlScrollMode enumerator values passed to the TileControl.ScrollMode property specify which visual elements are used to support tile scrolling — either scroll bars or scroll buttons. The TileControlScrollMode.None value hides all scrolling visual elements, although an end user is still able to scroll the content with a mouse wheel. Finger scrolling on touch-input devices is also supported.