tomkp / react-split-pane

React split-pane component
https://tomkp.github.io/react-split-pane
MIT License
3.2k stars 409 forks source link

Initial size based on content? #806

Open dkozar opened 2 years ago

dkozar commented 2 years ago

Hi,

I'd like to use the split pane in horizontal mode (first panel above, second one below).

When the split pane is mounted, I'd like to determine the top/bottom section sizes based on their contents (so there are no individual scrollbars apart from the page scrollbar).

Is this possible to do?

Thanks!

cwellsx commented 7 months ago

It's possible.

rickIsHere-199 commented 4 months ago

I'm searching similar, share if any body found it