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
On screen that I develop, I'm using the collapse feature, once I'm forcing a layout on the PanelGroup with the setLayout method, onResize or onCollapse methods on Panel are not triggered
4 Panels example:
while being in sizes state of [10, 20, 70, 0], I'm calling setLayout([10, 0, 45, 45])
the second Panel is not ware that he is in collapse state and the 4th Panel isn't aware that he is out from collapse state
any suggestions?
Thanx in advance
The text was updated successfully, but these errors were encountered:
Sloebel
changed the title
onResize and onCollapse methods on Panel are not triggered when setLayout is called
Panels methods onResize and onCollapse are not triggered when setLayout is called
Jun 7, 2023
Hi,
On screen that I develop, I'm using the collapse feature, once I'm forcing a layout on the
PanelGroup
with thesetLayout
method,onResize
oronCollapse
methods onPanel
are not triggered4 Panels example:
while being in sizes state of
[10, 20, 70, 0]
, I'm callingsetLayout([10, 0, 45, 45])
the second Panel is not ware that he is in collapse state and the 4th Panel isn't aware that he is out from collapse state
any suggestions?
Thanx in advance
The text was updated successfully, but these errors were encountered: