Hello all,
I am creating a windows application and have several controls inside the main form. One of these controls is a TabControl, and it should be able to extend below the visible area of the form. I set the AutoScroll property to True on the main form, and it correctly adds a scroll bar that can show the entire height of the Tab Control. However, when I publish this project to a .exe, the main form shows up with the automatic scroll bar in the middle of the scrollable range (not exactly the middle, but somewhere below the top).
Can anybody help me fix this? I can't seem to get anywhere because I don't know how to call a value from an AutoScroll Bar. Thanks in advance!