Skip to main content

TcxCustomGridTableOptionsBehavior.DragScrolling Property

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

Declaration

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