I am using an ultraDockManager on which a splitterbar of width 5 is laid on the right of the dockareapane vertically. The issue is when I try to resize the window from the right, it is restricted by the splitterbar. The form is resized only upto the splitterbar. The dockareapane is not resized allong with the form resize.
I am too much worried on this. Please come up with a solution for this.
Thanks in advance
Regards
Jeena
Hello,
What you meant with “when I try to resize the window from the right, it is restricted by the splitterbar”? Are you setting minimum size of the component which is in DockedControlPane ? Is it possible to post a very simple sample which demonstrates your issue ?
I am waiting for your feedback.
Hello
Size is set as (818,554) for the ultraPanel inside the dockareapane in the ultradockmanager. When we resize the parent form, it will not be reduced below the size set for the panel.
Kindly suggest me a solution.
Jeni
Hello ,
Thank you for your feedback.
Did you able to solve your issue?
Please let me know if you have any further questions.
The form resize was restricted by the ultradockmanager splitterbar for no reason, changing the splitterbar properties itself could solve the issue.
Thanks for your help.
I have created a simple sample in order to reproduce your issue on my end, but I am not completely sure what is your goal. I have a MainForm in which I have Docked control in the right side and also docked MdIChildFomr on the left. So I am able to resize docked control’s pane. Could you please use this sample as basis in order to clarify and explain to me what exactly is your goal.
I am waiting for your feedback