-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
I am encountering an issue with DockView in a horizontal three-panel layout. When I toggle the visibility of the left panel, the width of the right panel changes unexpectedly. I have set minimumSize
and maximumSize
for the left and right panels when they are created, and I expect the right panel to maintain its current width when the left panel becomes visible again.
Problem Details:
- Layout: Horizontal three-panel layout (left, center, right).
- I have set
minimumSize
andmaximumSize
for the left and right panels during their creation. - Behavior: When hiding the left panel, the center panel fills the remaining space, and the right panel takes up the
maximumSize
by default. - Issue: When showing the left panel again, the right panel's width resets to its
minimumSize
, causing the width to change. - Expected: I want the right panel to keep its current width and not reset to the
minimumSize
when the left panel becomes visible again.
What should I do?
Is there a way to prevent the right panel from resetting to itsminimumSize
and keep its current width when showing the left panel?
Metadata
Metadata
Assignees
Labels
No labels