TileControl.ScrollButtonFadeAnimationTime Property
Gets or sets the time required to show/hide a TileControl‘s scroll buttons when they are hovered over/not hovered with the mouse.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(600)]
[DXCategory("Appearance")]
public int ScrollButtonFadeAnimationTime { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 600 | An Int32 value, specifying the tile control scroll buttons’ fade time (in milliseconds). |
Remarks
Use the TileControl.ScrollMode property to enable scroll bars, scroll buttons or restrict any visual scrolling elements.
See Also