Hi All,
I am using "telerik:RadDocking" in my wpf application. I want to create a layout as follows - X1 is section 1, X2 is section 2 and X3 is section 3. (---- and | are section dividers)
X1 | X3
---- | X3
X2 | X3
X1 - using "telerik:RadSplitContainer" for defining section 1 and it contains non-editable data.
X2 - using "telerik:RadDocking.DocumentHost" for defining section 2 and it using for multiple "RadPane".
X3 - using "telerik:RadSplitContainer" for defining section 1 and it contains non-editable data. It is single section with same height of X1+X2
Issue:
Section X3 has fixed width. if I try to reduce the width for X1, X2 then I can increase the width of the X3 control. but the problem here is after the realignment I am unable to resize the section X1 and X2 and also X3 will overlap to other two section.
If I resize the window then control is not aligning, based on the window size I need to set some width for each section and these each section should support resizing also.
Please help me to fix this issue. Please let me know if you need more information.
I appreciate your support in advance.
Thanks
Selvakumar R