Vcl.ComCtrls.TIconOptions.AutoArrange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoArrange: Boolean read FAutoArrange write SetAutoArrange default False;

C++

__property bool AutoArrange = {read=FAutoArrange, write=SetAutoArrange, default=0};

Properties

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

Description

Determines if icons in a view are automatically rearranged when an item is added, removed, or moved.

Set AutoArrange to specify whether the view should rearrange its items whenever changes are made. If AutoArrange is true, the icons are automatically arranged. If AutoArrange is false, the icons are not arranged until the Arrange method of the view is called.

See Also