ListView in framework 1.1 paints a lasr blank column

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.
 
J

Jeff Gaines

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top