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

TcxCustomGridTableOptionsBehavior.DragScrolling Property

Enables scrolling of the current View during drag-and-drop.

#Declaration

Delphi
property DragScrolling: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The DragScrolling property indicates whether the current View is scrolled automatically when dragging an object to the top, left, bottom or right View edges.

If DragScrolling is set to False, the View is not automatically scrolled during drag-and-drop. Setting DragScrolling to False is convenient if the user is likely to drag items of the current grid View in order to drop on another control. When the mouse exits the View, scrolling may occur when the user doesn’t actually need or want it.

The default value of the DragScrolling property is True.

See Also