ListView Scrollbars

  • Thread starter Thread starter Joe Cool
  • Start date Start date
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.
 
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
 
Back
Top