| |
| Adjusting number and with of columns in a TFileListBox |
 |
Is it possible to adjust the number of columns and width of columns in a TFileListBox component?
The following example demonstrates casting a FileListBox component to a TDirectoryListBox component so additional columns can be added and sized.
Example:
with TDirectoryListBox(FileListBox ) do begin
Columns := 2;
SendMessage(Handle,
LB_SETCOLUMNWIDTH,
Canvas.TextWidth('WWWWWWWW.WWW'),
0);
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|