RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListBox.TabWidth Property

Specifies the size of the tabs in the list box.

Pascal
property TabWidth: Integer;
C++
__property int TabWidth;

Set TabWidth to control the number of dialog base units displayed for each tab character that appears in the strings of a list box. 

If TabWidth is set to 0, which is the default setting, the tabs default to the width specified by Windows, which is two dialog base units. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!