### Install WinUI.Dock NuGet package Source: https://github.com/qian-o/winui.dock/blob/master/README.md Use the NuGet Package Manager console to add the library to your project. ```nuget Install-Package WinUI.Dock ``` -------------------------------- ### Complex LayoutPanel Structure Source: https://context7.com/qian-o/winui.dock/llms.txt An example of a complex layout using nested LayoutPanels to create a multi-pane interface. It demonstrates vertical and horizontal splitting with different panel configurations. ```xaml ``` -------------------------------- ### Get Parent Document from Child Element Source: https://context7.com/qian-o/winui.dock/llms.txt Finds the parent Document control from any child element using the DocumentHelpers utility. Useful for event handling within documents. ```csharp using WinUI.Dock; // In XAML: Button with CommandParameter bound to itself //