Open whisper-bye opened 8 years ago
@whisper-bye as far as I know the only way right now is to put a large minSize ex minSize="1000" but I will check maybe I will be able to fix it in next couple of days :)
it would be as easy as changing that to flexDirection: 'row-reverse',
but... there's no (provided) way we can pass other style properties to that div other than ... !important
.
I'm going to hopefully take a look at this sometime soon.
Any thoughts on accepting the minSize on an inner Pane component like this?
<SplitPane split="horizontal">
<div></div>
<Pane minSize="200"><div></div></Pane>
</SplitPane>
@tomkp that would be great to have that ability.
the only limits the height of the upper part of the 200px, how to limit the height of the lower half? thx!