
Total width of columns = Width of ListView
Quote:
> sngColWidth = ListView1.Width / ListView1.ColumnHeaders.Count
That means all the width of the columns will be equal, right ?
Can I go something like those column resizing in Outlook 97 ?
In Outlook 97, when you choose one column for auto resizing, other
columns will be resized also, so that the total width of all columns will be
equal to the width of the ListView...
But in ListView, I've found that the total width of all columns in a
ListView is always larger than the width of the ListView... this confused
me...
Anyone got any idea ? Thanks a lot.
Pigeon.