InitialSizes overrides minSizes #115
Unanswered
ChecksumDK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set initialSizes and minSizes and expect the minimum size to 300px, but the minSize is overridden by the initialSizes values.
When I try to move the pane the splitter "jumps" to the correct minSize immediately.
<SplitPane split='vertical' minSizes={300} initialSizes={[1, 4]} > <LeftPane /> <MainPane /> </SplitPane>
I guess its a bug.
Beta Was this translation helpful? Give feedback.
All reactions