User Profile

Collapse

Profile Sidebar

Collapse
VBNewbie2008
VBNewbie2008
Last Activity: Nov 9 '16, 06:54 PM
Joined: Nov 3 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

  • 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!
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    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...
    See more | Go to post
No activity results to display
Show More
Working...