1 Attachment(s)
[RESOLVED] Auto Scroll Bar Margin / Position Adjustments
I am working my entire project with no form border styles. This means that I have to create my own borders, exit / maximize / minimize buttons, and etc. However, I need to use the autoscroll function, but the scroll bar covers my buttons. I have researched the controls for changing the margins and position of the autoscrollbar, but I can't seem to get anywhere with it. I have even looked into wiring my own scrollbar, but that was more than what it was worth.
Any ideas or tips?
I need the scroll bar to be 26px shorter so it does not cover the top bar of my program.
Thanks you guys. Here is an image so you can see what I am trying to explain.Attachment 167445
Re: Auto Scroll Bar Margin / Position Adjustments
Put a Panel inside your form and move your controls (except the title bar) to this panel, and then use the auto-scroll property of the panel instead.
Re: Auto Scroll Bar Margin / Position Adjustments