ListView in framework 1.1 paints a lasr blank column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The standard .NET ListView control paints a last blank column to fill-up the
extra-space in the ListView. Is there any workaround? My listview has only
one column, and I don't want users to see that extra blank column.

Roy.
 
The standard .NET ListView control paints a last blank column to fill-up
the
extra-space in the ListView. Is there any workaround? My listview has only
one column, and I don't want users to see that extra blank column.

Roy.

What about setting its width to listView1.ClientSize.Width?

You'll have to stop users dragging it back though, perhaps set it a couple
of pixels wider?
 
Back
Top