Link to home
Start Free TrialLog in
Avatar of corpse114
corpse114

asked on

Disable horizontal scrollbar in listview control

Hi,

I want to disable horizontal scrollbar in Listview (view: Details).
Also i want to keep vertical scrollbar.

Thank you
Avatar of clinton_cunningham
clinton_cunningham
Flag of Australia image

Change the ListView View property to LargeIcon - this would prevent the horizontal scroll bar from appearing.
Hi!

Horizontal scrollbar in listview is only visible if columns are wider than control's client area.
You can either reduce the size of your columns or increase width of the whole control.


ASKER CERTIFIED SOLUTION
Avatar of dbrckovi
dbrckovi
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of corpse114

ASKER

It worked perfectly. Thank you :)
You're welcome!
Thank you !