GridOptionsBehavior.SmartVertScrollBar Property
In This Article
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.2.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 Smart |
---|---|
Grid |
|
#Remarks
Note
The Smart
See Also