Actually there is a column, a default one. You should be able to use
P/Invoke and send a LVM_SETCOLUMNWIDTH message to the listview to change the
width of it. I don't know if there's a built-in way
/claes
> Just FYI, there are NO columns, so I cant use "-2" or
> AutoResizeColumns property on it :(
[quoted text clipped - 3 lines]
>
> Martin
martin.zugec@gmail.com - 10 Jan 2008 13:57 GMT
Hi Claes,
thanks for help, however I found easier solution - when View = List is
used, it is automatically using FIRST column as default. So I created
"fake" column just to specify style I wanted to use and it is working.
Martin