Hi,
I have the following code:
<docking:SplitContainer Orientation="Horizontal">
<docking:ToolWindowContainer>
...
<docking:ToolWindowContainer/>
<docking:Workspace>
...
<docking:Workspace/>
</docking:SplitContainer>
And I want to set the initial with of toolWindowContainer and Workspace to 20% and 80% of the entire width. How can I do it? Thank you!
I have the following code:
<docking:SplitContainer Orientation="Horizontal">
<docking:ToolWindowContainer>
...
<docking:ToolWindowContainer/>
<docking:Workspace>
...
<docking:Workspace/>
</docking:SplitContainer>
And I want to set the initial with of toolWindowContainer and Workspace to 20% and 80% of the entire width. How can I do it? Thank you!