-
Notifications
You must be signed in to change notification settings - Fork 76
docs(DockManager): add dockmanager documentation #2742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be helpful to explain the undocking process, as it’s quite specific. Undocking a content pane creates a floating split pane containing the pane. This can confuse clients when docking it, as the OnDock event triggers with the new split pane's ID.
Probably we can mention this as a note somewhere in the events article.
===
Another detail to mention is that when a split/tab group pane is not configured with AllowEmpty=true
and has no child panes, it is disposed.
Other than that, IMO, the documentation looks great.🚀
components/dockmanager/overview.md
Outdated
|
||
The <a href="https://www.telerik.com/blazor-ui/dock-manager" target="_blank">Blazor DockManager component</a> is a versatile tool that enables users to manage and organize multiple panes within a single container. It supports features like docking, undocking, resizing, and repositioning, offering a flexible and customizable layout. | ||
|
||
>tip The DockManager is best suited for desktop-like interfaces and applications designed for larger screens, where users can take full advantage of its advanced layout management capabilities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using a highlighted tip implies that we are defensive about something. Better append this sentence to the introduction simply to manage customer expectations.
closes: https://github.com/telerik/blazor/issues/10644