How do I get the (autoscroll) vertical scrollbar to be on the left in a System.Windows.Forms.Panel
?
Note: I tried modifying the window style ala the textbox question and it did not work.
I tried by subclassing Panel
and pinvoking in the ctor, setting CreateParams.Style
in the ctor, and by overriding CreateParams
getter to tweak the style. no go.