Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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
.OptionsBehavior.SmartVertScrollBar

Remarks

Note

The SmartVertScrollBar setting is ignored if pixel-based vertical scrolling is enabled (see GridOptionsBehavior.AllowPixelScrolling).

See Also