User Profile
Collapse
-
How do I stop AutoScroll position from changing?
I am creating a Windows application and I have a TabControl control with some other non-interactive controls above it. On the TabControl there are buttons that trigger an event. The problem that I am having is that whenever I go from clicking a button to clicking the TabControl, the AutoScroll position on my main panel changes so that the TabControl is at the very top of the visible area of the form (it should be the non-interactive controls at... -
IronRazer,
I just realized that it didn't work because I tried using "Me.AutoScrollP osition" after I rebuilt the form with the panel. After changing "Me.AutoScrollP osition" to "Panel1.AutoScr ollPosition", it worked. Thank you! -
Hi IronRazer,
Thank you for your reply, but this did not fix my issue. Upon hitting "Start Debugging", the main form that pops up is still not at the uppermost autoscroll position. I did some more playing, and here is some other information that may help:
I rebuilt the form and, instead of placing controls inside of the form that had the autoscroll property set to true, I used a panel that filled the entire form...Leave a comment:
-
Autoscroll bar position changes when publishing
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...
No activity results to display
Show More
Leave a comment: