I have a C# App with a form which has a groupbox containing many controls. I have the groupbox anchored Top/Bottom/Left/Right to ensure that it sizes appropriately to the users screen resolution.
This app was developed on a machine running Windows XP and it has been working flawlessly for over a year on multiple XP boxes.
Now, our company is converting boxes to Windows 7. I've tested the app on 2 of the converted boxes and in both cases the groupbox refuses to auto anchor properly to the right and bottom. The form itself autosizes to full screen as you would expect, but the groupbox and all its contained controls does not.
Has anyone seen this sort of behavior when transitioning to Windows 7? Any solutions?