Is there any way programatically change the scrollbar width and thumb size
for any of the standard windows forms controls (ListBox, ListView DataGrid
etc) without having to set the system wide settings in Control Panel ?
I'd prefer not to have to do an owner drawn scrollbar, because you then have
to deal with XP themes.
Thanks
Steve
johannblake@yahoo.com - 09 Aug 2005 10:47 GMT
Steve,
I wouldn't recommend doing this if your app is designed for others to
use. Users who want to adjust a scrollbar width will usually only want
to do this if they have a visual impairment and need it wider. In such
a case, they will want it wider on all controls and not just in your
app. Or do you have a compelling reason for doing it for some other
reason?
Best Regards
Johann Blake
Herfried K. Wagner [MVP] - 09 Aug 2005 14:37 GMT
"Steve Wilkinson" <SteveWilkinson@discussions.microsoft.com> schrieb:
> Is there any way programatically change the scrollbar width and thumb size
> for any of the standard windows forms controls (ListBox, ListView DataGrid
> etc) without having to set the system wide settings in Control Panel ?
No.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>