VOOZH about

URL: https://www.nuget.org/packages/CommunityToolkit.WinUI.UI.Controls.Primitives/

⇱ NuGet Gallery | CommunityToolkit.WinUI.UI.Controls.Primitives 7.1.2




👁 Image
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.
<PackageVersion Include="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2" />
 
Directory.Packages.props
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Primitives" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommunityToolkit.WinUI.UI.Controls.Primitives --version 7.1.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package CommunityToolkit.WinUI.UI.Controls.Primitives@7.1.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommunityToolkit.WinUI.UI.Controls.Primitives&version=7.1.2
 
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.WinUI.UI.Controls.Primitives&version=7.1.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net5.0-windows10.0.18362 net5.0-windows10.0.18362 is compatible.  net6.0-windows net6.0-windows was computed.  net7.0-windows net7.0-windows was computed.  net8.0-windows net8.0-windows was computed.  net9.0-windows net9.0-windows was computed.  net10.0-windows net10.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
Jorixon/JASM
Just Another Skin Manager
insomniachi/Totoro
A Windows 10/11 only application that is a go to for all things anime.
kyoyama-kazusa/Sudoku
A sudoku solver using brute forces and logical techniques.
Version Downloads Last Updated