I am designing a touch optimized WinForm application. The problem is: how to add a custom VScrollBar
that I can affect its width?
This is my VScrollBar
code
panel1.VerticalScroll.Value = vScrollBar1.Value;
The problem is that it is not scrolling the panel to the end.