@uDamian I noticed you had posted earlier about TwoPaneSplitView. I was wondering, if you would know if there a way to set the TwoPaneSplitView initial size in percentage? The documentation doesn’t say what unit the initial size for fixedPaneInitialDimension is. It’s just a single value without any unit so it feels a bit unstandard.
It would be nice, if one could add the initial value of fixedPaneInitialDimension in any uss unity (px, % etc). Is there currently a workaround for setting a percentual width?
I also checked out the source in github and setting the initial pane sets a bunch of parameters of different components, so it’s not just about setting one width for the left pane, because the handle doesn’t follow.
An easier solution to this would be nice.