View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Beckham Kevin Beckham is offline
external usenet poster
 
Posts: 78
Default ListBox with variable width columns ?

I have a list with several columns.
I would like to add column width resizing by dragging the
column dividers at the top of the list.
I want to keep the functionality of the ListBox as the box
points to a range that I can sort and filter.
I can get the columns to resize, provided the horizontal
scroll bar is hard left.
When the list scroll bar is not hard left, then the mouse
X position has to be compensated for.
My question is:
How do I access the horizontal scrollbar of a ListBox to
determine its ScrollLeft value?

Kevin Beckham