I am trying to hide a ListView
's scrollbars and keep it scrollable.
The reason for this is the design. They are very ugly!
When I turn Scrollable
to false
it will do actually hide the scrollbars which is my 1st goal but the ListView
doesn't scroll. So is there a way to hide the scrollbars and keep it scrollable?
I found something here: How to hide the vertical scroll bar in a .NET ListView Control in Details mode but I can't get it working.