Resolved Location values get changed

aaaron

Well-known member
Joined
Jan 23, 2011
Messages
216
Programming Experience
10+
I have a form containing a TagController with ten TabPages.

TabPages 0 and 5 (only) have the following problem:

If I'm designing the form and select one of those tabs I see that the items are not where I expect them to be.

I might select an item from the drop down list and note it's location.

It might be somethiing like 234,233456.

Which makes no sense so I fix it. After I fix all I run an it runs OK.

I'm not sure where it happens but I think it might be when the code is saved.

But what happens is:

When I look at the TabPage later the Locations have been changed to big values again.

Whenever I open the form I need to fix the locations again.
 
Solution
What VS version are you using? I think that there was a bug in VS recently that did something like this, but that was fixed. If you're not using the latest version of VS - 17.7.1 - then you should update and see if the issue persists.
What VS version are you using? I think that there was a bug in VS recently that did something like this, but that was fixed. If you're not using the latest version of VS - 17.7.1 - then you should update and see if the issue persists.
 
Solution
Back
Top