RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageScroller.DragScroll Property

Specifies whether the contained window can be a drag-and-drop target.

Pascal
property DragScroll: Boolean;
C++
__property Boolean DragScroll;

Use DragScroll to specify whether the contained window can be a drag-and-drop target. If DragScroll is true, the page scroller will scroll when an item is dragged over the page scroller's arrows. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!