We''re creating panels on the left side of a UI using DockingManager. Three panels are created, overlapping, on a UI.
<>>>>end code
This code works at screen resolutions of 1024x768 and above.
However, when resolution is changed to 800x600, an exception is thrown at the noted line, above, saying "Error creating Windows handle".
Changing the width makes no difference. Changing the docking style to either Tabbed or Fill removes the exception, but does not create the panel on the UI.
What else might be happening and what kind of workaround is possible. I''d like to be able to load this on a low-res display.
Thanks.