Yeah, but that's just not seeming to work. The problem is that the ScrollBar Redraws itself to a default scrollbar, despite any painting commands you put in it. Yes, I've set the "SetStyle(ControlStyles.Us
Also, it does not let me draw on the specific areas, like the actual scroller ...thing ..I cannot draw on it, just on the entire control....
Main Topics
Browse All Topics





by: xyzzerPosted on 2005-01-17 at 05:52:13ID: 13063110
Probably writing your own UserControl-derived control would be the easiest approach. After all the scrollbar is not a TextBox.
You only need to handle a few mouse events and then you can draw whetever you want on the control, even making the slider any shape.