I've a control that inherit from Scrollabe control, and does custom
painting to draw itself.
However, I can't find out how to make it display the scrollbars when I
need them. I set AutoScroll to true, but it doesn't seem to help.
Another question, when I host a text box on the control, and click on
it, and then click on the control, the focus is still on the textbox,
even though I used Seleectable style and I call Focus() and Select() on
the mouse down event.