TiLedMatrix.AutoSize

TiLedMatrix

Determines whether the size of the control automatically resizes to changes in the indicators, number of indicators, or the outer margin.

property AutoSize : Boolean;

Description

Use AutoSize to make the control adjust its size automatically when changes occur to the indicators, number of indicators, or the outer margin.

Example

Delphi

iComponent.AutoSize := True;

C++ Builder

iComponent->AutoSize = True;

Contents | Index | Previous | Next