All controls move slightly to the left when debugging

rgreco

New member
Joined
Sep 5, 2013
Messages
4
Programming Experience
1-3
Hello all,

I'm hoping one of you has heard of my issue, or perhaps experienced it yourself.

(I am using Visual Studio Visual Basic 2010 Version 10.0.30319. My program is vb.net with .net framework version 4.0.30319.)

Here's my issue:

I created a new tab in my application and filled it with a lot of text boxes, labels and panels. Everything works fine, except whenever I debug my application, there's a chance that all of my controls (only on that one tab) will move slightly to the left. The move is never drastic, but it is enough to notice. If it happens a few times, my controls literally start moving offscreen. This isn't preventing me from programming but it certainly is a pain, because I have to select them all and move them over by hand.

Does anyone know what could be causing this? It's just strange to me that it's only happening to one tab during (or perhaps immediately before or after) debugging.

Thanks!
 
I found information about this, apparently it has something to do with tabs being removed or added. I now know that I can prevent it from happening by ensuring that I never debug the program without it being in the first (left-most) tab. This is a bad solution, but I hope this helps someone in the future.
 
Back
Top