Cross-platform docking system for Photino.Blazor applications with split, tabs and floating panels support.\ Implements panel arrangement with a horizontal/vertical splitter, grouping into a tabbed panel and detaching panels into a separate floating windows. Supports hiding/showing panels by its identificators and saving/loading docking layout in JSON format.
AddPhotinoBlazorDocking()
extension.\
You must declare services initialization function and dock panels configuration set (refer to the extension summary and example).DockPanelHost
component as docking host component. Next, there are two options for the panels initial placement:
LoadLayout()
method before the DockPanelHost component is initialized.DefaultLayout
RenderFragment (refer to the example).
You can paste here DockPanelSplit, DockPanelTabs or DockPanel component.\ DockPanelSplit should contain two components of the types listed above.\ DockPanelTabs can contain only DockPanel components.\ DockPanel must be used strictly with the identificator or blazor component, specified in the configuration.