Vcl.ComCtrls.TPageScroller.DragScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragScroll: Boolean read FDragScroll write SetDragScroll default True;

C++

__property bool DragScroll = {read=FDragScroll, write=SetDragScroll, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

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

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.