CommunityToolkit.WinUI.UI.Controls.Primitives 7.1.2

Prefix Reserved
Suggested Alternatives

CommunityToolkit.WinUI.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 CommunityToolkit.WinUI.UI.Controls.Primitives --version 7.1.2                
NuGet\Install-Package CommunityToolkit.WinUI.UI.Controls.Primitives -Version 7.1.2                
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="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommunityToolkit.WinUI.UI.Controls.Primitives --version 7.1.2                
#r "nuget: CommunityToolkit.WinUI.UI.Controls.Primitives, 7.1.2"                
#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 CommunityToolkit.WinUI.UI.Controls.Primitives as a Cake Addin
#addin nuget:?package=CommunityToolkit.WinUI.UI.Controls.Primitives&version=7.1.2

// Install CommunityToolkit.WinUI.UI.Controls.Primitives as a Cake Tool
#tool nuget:?package=CommunityToolkit.WinUI.UI.Controls.Primitives&version=7.1.2                

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.
.NET net5.0-windows10.0.18362 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CommunityToolkit.WinUI.UI.Controls.Primitives:

Package Downloads
HoveyTech.SearchableComboBox

Searchable combobox control for UWP & WinUI 3.

J4JSoftware.J4JMapWinLibrary

WinApp extensions to J4JMapLibrary

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on CommunityToolkit.WinUI.UI.Controls.Primitives:

Repository Stars
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
insomniachi/Totoro
A Windows 10/11 only application that is a go to for all things anime.
Jorixon/JASM
Just Another Skin Manager
KyouyamaKazusa0805/Sudoku
A sudoku solver using brute forces and logical techniques.
Version Downloads Last updated