Board index » delphi » TListColumn Width problem
K. Powick
![]() Delphi Developer |
Sun, 01 May 2005 16:00:02 GMT
TListColumn Width problem
The Delphi 6 help files say that if I set the Width property of a TListColumn to -1
the column will automatically be resized to fit the width of the text in the column. This is true and works fine. The help file goes on to say that after the column is automatically resized, the What I'm trying to do is autosize the columns in a listview and then verify if the procedure TfrmViewer.SetColWidths(); I've tried using the min/max properties of the Listcolumn as well, but to no avail. Any ideas? Delphi 6 Pro (SP2) on W2K (SP2) K. Powick |