How to create a custom ScrollBar with VisualStyles
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Good afternoon, I'm investigating about the ScrollBar and I have found some info that could be interesting, using a VisualStyleRenderer VisualStyleRenderer render = new VisualStyleRenderer(VisualStyleElement.ScrollBar.ThumbButtonVertical.Normal); Rectangle thum_pos = render.GetBackgroundExtent(e.Graphics, vScrollBar1.Bounds); Does anyone know how to get the Elements Position of a control using the VisualStyles and overpaint them?... All info and links will be welcome. Thanks everyone
Juan Pablo G.C. Overrider Blog