Search code examples
uno-platform

Uno Platform Dock Panel


Is there a Dock Panel for Uno? I have installed the uno.microsoft.uwp.ui.controls (v. 7.1.0) nuget package but I cannot seem to find a Dock Panel. Below is the only xmlns I can use to get any type of controls from the package.

xmlns:controls="clr-namespace:Microsoft.Toolkit.Uwp.UI.Controls;assembly=Microsoft.Toolkit.Uwp.UI.Controls.Layout"

When I look in the nuget package folder for the uno.microsoft.uwp.ui.controls there is a _._ file in the netstandard1.0 folder and nothing else.


Solution

  • While looking throgh all of the nuget folders I found the primitives folder that contained DockPanel.

    xmlns:controls="clr-namespace:Microsoft.Toolkit.Uwp.UI.Controls;assembly=Microsoft.Toolkit.Uwp.UI.Controls.Primitives"