FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Docking Layout Manager for React

Results 164 FlexLayout issues
Sort by recently updated
recently updated
newest added

I have the following layout model: `var json: IJsonModel = { global: {}, borders: [], layout: { type: "row", weight: 100, children: [ { type: "tabset", weight: 50, id: "test",...

Hi, I am evaluating FlexLayout as a potential replacement for GoldenLayout in my application. My application makes very extensive use of popouts. I've noticed in the demo that when you...

How do I do this when I switch different tabs in tabset, the tab inside the border can be hidden or displayed?

enhancement

I'd like to create a fixed tab that cannot be resized (or maximized etc.) Is it possible to configure that? And if so, how would I do that? Thanks in...

![Screenshot at 2021-12-21 10-37-49](https://user-images.githubusercontent.com/16010816/146876836-383a7670-8b03-46ff-9382-5e0998527ced.png) How can I implement this layout.. I have try > "type: "border" inside children .... but It does not render it as children

The current system for popout windows is a bit flawed for a few reasons: - You can't control the lifecycle of the windows or how they are opened - You...

Is there `maximize` event for node? I need to pass size on panel maximized, `resize` event not triggering.

I absolutely love flexlayout's drag and drop system. It's one of the most beautiful of any library I've ever used. I would love to be able to use it for...

I would like to be able to handle onContextMenu (eg right-click) events for TabSetNode and/or individual TabNode

When the layout has nothing in it (i.e. is a single Row containing an empty TabSet), adding a tab to that via `model.doAction(Actions.addNode({/* ... */}, tabset.getId(), DockLocation.CENTER, (tabset.getSelected() ?? -1)...