-
I have a use case where I need my widget to have a max-width and it cannot be resized larger than a specified threshold size using the split handler. Is it possible to do an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It looks that you will need to hook into the drag and drop handlers on theia dock panel layout. There is |
Beta Was this translation helpful? Give feedback.
It looks that you will need to hook into the drag and drop handlers on theia dock panel layout. There is
DockPanelRendererFactory
which you can customize to produce own the custom panel.