Controls in Forms project in Visual Studio move?
I have an admittedly somewhat exotic problem for which I haven't found a solution yet. Perhaps someone reading this might be familiar with this problem or perhaps even have already solved it.
This is a very large VB.NET project with more than 30,000 lines of code. The main window of this project (Windows Forms) contains approximately 100 controls, mostly organized in group boxes and tabs.
Completely unexpectedly, without any work having been done on the form file, the position of group boxes or other controls changes, only in the height component of the position, so that they suddenly appear outside the window. I can't explain when or under what circumstances this happens.
Does anyone know this problem and does anyone know a solution?
Can come through settings in the operating system such as zoom, font size etc.
Forget Forms. This has been totally outdated for years.
Use XAML
If you like, there are about 80 sub-windows in the project and about theb100 control elements only on the main window most with object binding. What do you mean how fast you ported that?