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
 
Back
Top