How do you prevent your container from scrolling over the menu bar? I'm using a picturebox as the container. I noticed that the container scrolls under the menu bar.
I'm using a picture box as a container to hold all my form objects (i.e. Textboxes,comboboxes...). When I use my scroll bar the picture box scrolls all the way up and all the down this is exactly what I want. However the picturebox scrolls over the toolbar but under the menubar.
My toolbar has two buttons (copy and paste). If the user resizes the form and has to scroll up to see a particular section on the form (which the user do quite often). I want the picturebox to scroll under the toolbar so the user can still have access to the toolbar buttons (copy and paste).
I used a coolbar control and placed a toolbar control in it. Placed my buttons on the toolbar and handled the button events as usual. Now my picture box scrolls under my coolbar/toolbar.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.