Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add a vertical scroll bar in the list view

Status
Not open for further replies.

kshea

Technical User
Joined
May 31, 2002
Messages
60
Location
CA
Hi, All:

The property of FlatScrollBar in the listview has the option either have a flat scroll bar or having both flat and vertical bar. What I want is only a vertical scroll bar in the listview. Is it possible to add a VscrollBar in the listview? Could anyone give me some suggestion? Thank you in advance.

Kate
 
Which version of listview are you using?

My version (MSCOMCT2.OCX SP4) has a Flatscrollbar property as Boolean.

Setting it to False shows just a standard scrollbar when there is more data in the list than will fit in the control size Let me know if this helps
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
 
Thanks for your response, John.

I have List View ActiveX Control-version 6.0(SP4). If I set FlatScrollBar to False, the list view will show the flat scroll bar even the list is empty. And show both vertical and flat scroll bar when the list items exceed the size of the control. Is there a way to let the flat scroll bar invisible? I only need the vertical scroll bar.

Thanks,

Kate
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top