I have two ContentPanes inside a SplitPane. SplitPane is at left position with splitterorientation set to horizontal, so one contentpane is above the second content pane.
The height of both content panes is the same, half the available height of the SplitPane. I want the top content pane to adapt its height to its content, and the bottom contentpane to extend to all the rest of available height.
How can I do this?
This is not currently supported. The panes within the splitpane are sized based on their percentage of the sum of the attached SplitPane.RelativeSize properties (the Width is used for horizontally arranged panes and the height for vertically arranged panes depending on the SplitterOrientation of the SplitPane). You may want to submit a feature request for adding this in a future version.
Hello,
I am checking if this is still an issue for you.
If you require any further assistance please do not hesitate to ask.