ListView Scrollbars

J

Joe Cool

Is there a way to determine a the height of each item in a listview?

Or a way to tell is the vertical scrollbar is visible?

I want the single column width to fill up the listview but not have
the horizontal scroll bar visible.
 
P

Peter Duniho

Is there a way to determine a the height of each item in a listview?

Or a way to tell is the vertical scrollbar is visible?

I want the single column width to fill up the listview but not have
the horizontal scroll bar visible.

I would say just always allow for the space the vertical scrollbar will
use. That's going to be a lot easier, and provide the user with a much
more consistent experience, than trying to adjust your column width to
exactly fit the control.

Pete
 

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