Microsoft.Toolkit.Uwp.UI.Controls.Primitives 7.1.3

Prefix Reserved
Suggested Alternatives

CommunityToolkit.Uwp.Controls.Primitives

Additional Details

This package name is no longer being updated and has migrated to a new name and namespace, see:
https://aka.ms/toolkit/windows/package-naming. To find out more about migrating to the 8.x releases of the Windows Community Toolkit, see here:
https://aka.ms/toolkit/windows/migration

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Microsoft.Toolkit.Uwp.UI.Controls.Primitives --version 7.1.3                
NuGet\Install-Package Microsoft.Toolkit.Uwp.UI.Controls.Primitives -Version 7.1.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Toolkit.Uwp.UI.Controls.Primitives --version 7.1.3                
#r "nuget: Microsoft.Toolkit.Uwp.UI.Controls.Primitives, 7.1.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Toolkit.Uwp.UI.Controls.Primitives as a Cake Addin
#addin nuget:?package=Microsoft.Toolkit.Uwp.UI.Controls.Primitives&version=7.1.3

// Install Microsoft.Toolkit.Uwp.UI.Controls.Primitives as a Cake Tool
#tool nuget:?package=Microsoft.Toolkit.Uwp.UI.Controls.Primitives&version=7.1.3                

This library provides controls for use in XAML which don't provide their own style. It is a part of the Windows Community Toolkit.

     Controls:
     - AdaptiveGridView: Presents items in an evenly-spaced set of columns to fill the total available space.
     - ConstrainedBox: Constrain child element by aspect ratio, scale, or multiple.
     - DockPanel: Define areas where you can arrange child elements either horizontally or vertically, relative to each other.
     - StaggeredLayout: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space.
     - StaggeredPanel: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space.
     - SwitchPresenter: A presenter which can act as a switch statement for layout providing alternate layouts based on a value.
     - UniformGrid: Presents items in an evenly-spaced set of rows or columns to fill the total available display space.
     - WrapLayout: Positions child elements in sequential position from left to right and breaks content to the next line.
     - WrapPanel: Positions child elements in sequential position from left to right and breaks content to the next line.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap10.0.17763 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated