GridOptionsBehavior.SmartVertScrollBar Property
Gets or sets a value specifying whether scrolling the View to the bottom places the last row at the top of the View.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool SmartVertScrollBar { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if scrolling to the bottom places the last row at the bottom of the view; false if, as the result, the last row is placed at the top. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SmartVertScrollBar |
---|---|
GridView |
|
Remarks
Note
The SmartVertScrollBar setting is ignored if pixel-based vertical scrolling is enabled (see GridOptionsBehavior.AllowPixelScrolling).
See Also