igniteui-dockmanager
igniteui-dockmanager copied to clipboard
Ignite UI Dock Manager Web Component provides means to manage the layout of your application.
This should include a configurable threshold and apply when dragging panes or resizing them. Stopping the operation under the threshold next to an edge should "snap" the modified element to...
private RenderFragment childContent { get; set; } private RenderFragment AddContent() => builder => { builder.AddContent(1, textContent); }; [updating-panes.zip](https://github.com/IgniteUI/igniteui-dockmanager/files/12264078/updating-panes.zip)
## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] maximized pane exists...
## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When adding a...
## Is your feature request related to a problem? Please describe. Programmatically maximizing a pane is possible by assigning the following properties: ``` targetPane.isMaximized = true; this.dockManager.maximizedPane = targetPane; ```...
[Blazor] [DockManager] - Adding panes programmatically do not render (initially) [Copied internally]
## Steps to reproduce Run sample Pine Content Pane 1 UnPin Content Pane 1 ## Result ContentPane 3 doesn't show up ## Expected result You should then see ContentPane 3...
## Description When undock (start dragging) a docked pane in a tab, the floating pane has two headers. * version: 1.7.0 * browser: all ## Steps to reproduce 1. Open...
When you place an `igc-dockmanager` inside shadow dom and also double slot the pane content then it is not possible to focus the input. I believe the issue occurs in...
## Is your feature request related to a problem? Please describe. I need to refresh the content of a pane based on its dimensions. Actually I done this using the...
## Is your feature request related to a problem? Please describe. No ## Describe the solution you'd like I would like to have standard browser scrollbars ## Describe alternatives you've...