Hi everybody,
I want to have a ListView which has only one column and all the items have
the width of the listview (that is, no room fro subitems since i don't need
them).
It may sound like a ListBox, but I need to have ListViewItems and not
objects in the control.
Thanks in advance,

Signature
Mihai Tătăran
H.P.C. Consulting
www.hpc-consulting.ro
Juanma Mtnez - 26 Sep 2007 22:59 GMT
Always keeping your ListView View property set to Details, make sure that the
only ColumnHeader in Columns collection has its Width property set to the
ListView's width property. You can do it handling Paint events.
I think this is what you were asking.
> Hi everybody,
>
[quoted text clipped - 6 lines]
>
> Thanks in advance,
MihaiT - 27 Sep 2007 07:03 GMT
Thank you. It works.
> Always keeping your ListView View property set to Details, make sure that the
> only ColumnHeader in Columns collection has its Width property set to the
[quoted text clipped - 12 lines]
> >
> > Thanks in advance,