Re: ListView: column width if View == List by jg
jg
Sun Jan 25 15:58:50 CST 2004
Here's my problem with more detailed info:
If I start the ListView with View == LargeIcon and then switch to View ==
List, only about 4 characters of the ListItem text are shown, i.e. longer
strings are shown as "xx..." or something similar. Switching to View ==
Detail and performing a sort on any column and then switching back to View
== List shows all the text items without any abbreviation.
The text is also shown correctly if I start with View == List, but merely
switching Views (without sorting) doesn't change the "abbreviated" text
display.
It looks as if the column width is supposed to be computed automatically,
depending on the largest width of the text strings (as the Explorer does).
Sometimes it works, sometimes not as described above.
So far I was not able to trigger the correct correct column width
computation. I'd be happy if I could, but I'd also like to have the option
to explcitly set the width.
jg