Change width of ChildPane in A SplitLayoutPane
First, thanks for developing this framework and for releasing it as a CPT. I've been a big fan of the Eclipse, but not of Java, so it is very exciting having this in the .NET world. CAB was a great start, but Acropolis has an intuitive "feel" to it that is missing from other frameworks I've looked at. No doubt the convergence of technologies such as .NET, WPF, and XAML have contributed to this. Keep up the good work!
Now for my question:
I'm using the SplitLayoutPane, but can't seem to adjust the size of the child panes. I have two child panes with a vertical splitter. That works great, but I want the pane on the right to fill the available space. I've tried using SplitLayoutPane.SetLength but it doesn't seem to change anything.
The SplitLayoutPane is contained in the cell of a grid in a standard WPF window. It appears that cell does fill the entire width of the window.
Thanks and let me know if you need any other information or an example.

