You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im not sure if the collapse options are working properly? I cant seem
<SplitPane split="vertical" minSize={5} defaultSize={100} collapse={true} collapseOptions={{ overlayCss: { backgroundColor: "blue" }, buttonTransition: "zoom", buttonPositionOffset: -20, collapsedSize: 5, collapseTransitionTimeout: 350, collapseDirection: 'right' }}/> but it doesnt seem to be collapsing towards the right, or changing the overlayCss or collapsed size etc?
Also - is it possible to have collapse buttons for both left and right on the same panel?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, Im not sure if the collapse options are working properly? I cant seem
<SplitPane split="vertical" minSize={5} defaultSize={100} collapse={true} collapseOptions={{ overlayCss: { backgroundColor: "blue" }, buttonTransition: "zoom", buttonPositionOffset: -20, collapsedSize: 5, collapseTransitionTimeout: 350, collapseDirection: 'right' }}/>
but it doesnt seem to be collapsing towards the right, or changing the overlayCss or collapsed size etc?Also - is it possible to have collapse buttons for both left and right on the same panel?
Thanks!
The text was updated successfully, but these errors were encountered: