horizontal scrollbar for ListView component in my WinForm

  • Thread starter Thread starter malpani.abhijit
  • Start date Start date
M

malpani.abhijit

Hi,

I am having a ListView component in my WinForm, when i add some images
into it, it gives me a vertical scroll bar.
What i want is, the horizontal scrollbar instead of vertical.
Is there any way to hide the vertical scrollbars and display horizontal
scrollbars?
 
You need to provide some more details. Just saying that you want to exchange
a vertical scrollbar with a horizontal one doesn't make any sense. They do
not work the same way. If you need to scroll vertically a horizontal
scrollbar would be useless.

Maybe you you just need to change the View property for your ListView

/claes
 

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