In Blazor… The current behavior when you unpin a LayoutPanel is that each of its tabs dock to the side. To restore the Layout Panel one must select and pin each dock tab item then drag each tab next to each other to reconstruct the original LayoutPanel.
Is it possible to change this behavior such that when I unpin a Layout Panel that its the Layout Panels label that shows as docked to the side and then clicking on this, have the LayoutPanel slide out with the original tabs intact.
The current behavior is really not much use for most situations, especially if you have a lot of tabs in a LayoutPanel.