Hello!
I have a problem with restoring of initial state of my dockable window. I have an UltraDockManager that contains Windows.Forms.Panel inside. There is a SplitContainer and several UltraLabel and UltraTextEditor objects inside of the container. My task is to save and restore a state of the dockable window after my program restarts. But something goes wrong and not everything restores as it should. Some of the text fields are restored wrong. You can see the problem on a pictures. What can be the reason of such behavior?
Anchor settings for textboxes from the top are: Top, Left, Right.
For bottom textbox they are: Top, Bottom, Left, Right.
For splitter: Top, Left, Right.
Initial state: http://www.onlinedisk.ru/edit_image/1002423/
After LoadFromXml() state: http://www.onlinedisk.ru/view/1002428
Thank you!
I've changed SplitContainer with TableLayoutPanel and now all works fine.