Closed mddifilippo89 closed 5 months ago
Hi Mike, we will inestigate this further to see why setting the property on a split pane breaks the layout, but for the time-being I recommend you move it to the tabgrouppane to get the desired behavior. In general, I believe isMaximized is meant for the actual content and setting it on a split pane level doesn't make much sense, as with docking/undocking new split panes get created and certain settings can be lost. Hope this helps.
In our next patch, we will release a fix which:
Released in v1.14.4.
https://stackblitz.com/edit/rckq7s
Click maximize button that contains Document 1 and 2.
Result: nothing happens.
Expected Result: Pane is maximized on load and can be toggled.