ListView Scrollbars

  • Thread starter Thread starter ohadasor
  • Start date Start date
O

ohadasor

Hi All,

I have a ListView control, and I need it to have only vertical
scrollbar, not horizontal. How can I do that? The only way I found to
control its scrollbars is using ListView.Scrollable, but this applies
only to both scrollbars.

Thanks!
 
you probably have set you View property to SmallIcons

play with View property and you will see how ListView creates items in
different views

hope ths helps
Galin Iliev[MCSD.NET]
www.galcho.com
 
Thanks for your reply.

My view property is Details. I don't have images there, only text. But
it still doesn't work.
 

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

Back
Top