Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

#Remarks

Note

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

See Also