I have a user who changes their screen scaling to 125% in Windows Display settings to make things easier to read. However this is causing an issue in one of my apps when they run it. Any controls that are in Splitcontainer panels seem to lose their anchor. For example, I have several Textboxes that fill most of the width of the panel & are anchored left & right. When the app runs at 125% scaling, the textboxes no longer fill the width of the panel. They do maintain the gap on the left, but there is a large distance between the right end of the textbox & right border of the panel. This is causing some issues with the functioning of the app.
Does anyone know why this is happening or if there is a work-around? Thanks.
I created a test app to demonstrate the problem:
App when run at 100%
![Name: 100Screen.JPG
Views: 31
Size: 44.1 KB]()
Change scaling to 125%
![Name: CtrlPanel.JPG
Views: 27
Size: 67.2 KB]()
App when run at 125%
![Name: 125Screen.JPG
Views: 27
Size: 52.2 KB]()
You can see how the text boxes & button are a large distance from the right border of their respective panels.
Does anyone know why this is happening or if there is a work-around? Thanks.
I created a test app to demonstrate the problem:
App when run at 100%
Change scaling to 125%
App when run at 125%
You can see how the text boxes & button are a large distance from the right border of their respective panels.