When a WinDockManager control is resized due to the DPI setting (for example resizing from 100% to 150% or 200%), the WinDockManager left panel is not changed. This results in the fixed panel appearing too large and cut off.
This issue is similar to the problem discussed with regard to the splitter control in the following blog:
http://www.codeproject.com/Tips/786170/Proper-Resizing-of-SplitterContainer-Controls-at-a
Do you have a fix that resolves the issue? I am currently using V14.1 (14.1.20141.2059).
Here is the sample I was testing with.
Hello Steve,
In my tests, I'm not able to reproduce the scenario you are encountering. In my simple sample, the extent of the DockArea for the UltraDockManager is being scaled automatically by the .NET Framework, and the controls are fully visible. The attached picture should the same application at DPI settings of 100% and 175%. If you can provide a sample that demonstrates the behavior, I can investigate the issue much more closely.
Thanks,
Chris