You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Nuget-Packages.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,25 +5,30 @@ description: The Windows Community Toolkit is updated regularly with new control
5
5
keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, nuget, visual studio
6
6
---
7
7
8
-
# Windows Community Toolkit NuGet Packages
8
+
# Community Toolkit NuGet Packages
9
9
10
10
NuGet is a standard package manager for .Net applications that is built into Visual Studio. From your open solution choose the *Tools* menu, *NuGet Package Manager*, *Manage NuGet packages for solution...* to open the UI. Enter one of the package names below to search for it online.
11
11
12
12
| NuGet Package Name | Description |
13
13
| --- | --- |
14
-
| Microsoft.Toolkit | .NET Standard NuGet package containing common code |
15
-
| Microsoft.Toolkit.HighPerformance | .NET Standard and .NET Core NuGet package with performance oriented helpers, extensions, etc. |
16
-
| Microsoft.Toolkit.Parsers | .NET Standard NuGet package containing cross-platform parsers, such as Markdown and RSS |
| Microsoft.Toolkit.Uwp | Main NuGet package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc. |
19
-
| Microsoft.Toolkit.Uwp.Notifications | Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax |
20
-
| Microsoft.Toolkit.Uwp.Notifications.Javascript | Notification Packages for JavaScript |
21
-
| Microsoft.Toolkit.Uwp.Services | Services Package - This NuGet package includes the service helpers for Facebook, LinkedIn, Microsoft Graph, Twitter and more |
14
+
| CommunityToolkit.Common | .NET Standard NuGet package containing common code |
15
+
| CommunityToolkit.Diagnostics | .NET Standard code helpers |
16
+
| CommunityToolkit.HighPerformance | .NET Standard and .NET Core NuGet package with performance oriented helpers, extensions, etc. |
17
+
| CommunityToolkit.Mvvm |[MVVM Toolkit](/dotnet/communitytoolkit/mvvm/) a modern, fast, and modular MVVM library for .NET Standard, platform and runtime agnostic |
18
+
| CommunityToolkit.Maui |[MAUI Community Toolkit](/dotnet/communitytoolkit/maui) for .NET MAUI |
19
+
| CommunityToolkit.WinUI.*|[WindowsAppSDK](/windows/apps/windows-app-sdk)/[WinUI 3](/windows/apps/winui/winui3) versions of the toolkit packages below. |
20
+
| Microsoft.Toolkit.Uwp | Includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc. |
22
21
| Microsoft.Toolkit.Uwp.UI | UI Packages - XAML converters, Visual tree extensions, and other extensions and helpers for your XAML UI |
23
22
| Microsoft.Toolkit.Uwp.UI.Animations | Animations and Composition behaviors such as Blur, Fade, Rotate, etc. |
24
-
| Microsoft.Toolkit.Uwp.UI.Controls | XAML Controls such as RadialGauge, RangeSelector, etc. |
23
+
| Microsoft.Toolkit.Uwp.UI.Behaviors | Extra behaviors built on top of the [XAML Behaviors](https://github.com/microsoft/XamlBehaviors/wiki) library. |
24
+
| Microsoft.Toolkit.Uwp.UI.Controls | Wrapping package of all controls, for best disk footprint, use individual packages. |
25
+
| Microsoft.Toolkit.Uwp.UI.Controls.Core | Common controls useful for a variety of applications. |
25
26
| Microsoft.Toolkit.Uwp.UI.Controls.DataGrid | XAML DataGrid control |
26
-
| Microsoft.Toolkit.Uwp.UI.Controls.Layout | XAML layout controls such as WrapLayout, StaggeredLayout, etc. |
27
+
| Microsoft.Toolkit.Uwp.UI.Controls.Input | Controls related to retrieving information or values. |
28
+
| Microsoft.Toolkit.Uwp.UI.Controls.Layout | Controls for various application layout scenarios. |
| Microsoft.Toolkit.Uwp.UI.Controls.Media | Controls that depend on Win2D. |
31
+
| Microsoft.Toolkit.Uwp.UI.Controls.Primitives | Panels and simple layout controls without stlyes |
27
32
| Microsoft.Toolkit.Uwp.UI.Lottie | Library for rendering Adobe AfterEffects animations natively in Windows apps |
28
33
| Microsoft.Toolkit.Uwp.UI.Media | Brushes, Win2D/Composition effects, and helpers to create visual effects |
29
34
| Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking |
@@ -37,7 +42,7 @@ Searching in Visual Studio package manager you should see a list similar to the
37
42
38
43
## Update NuGet Packages
39
44
40
-
The Windows Community Toolkit is updated regularly with new controls, services, APIs, and more importantly, bug fixes. To make sure you are on the latest version, open your project in Visual Studio, choose the **Tools** menu, select **NuGet Package Manager** -> **Manage NuGet Packages for Solution...** and select the *Updates* tab. Select the package you want to update and click Instal to update to the latest version.
45
+
The Windows Community Toolkit is updated regularly with new controls, services, APIs, and more importantly, bug fixes. To make sure you are on the latest version, open your project in Visual Studio, choose the **Tools** menu, select **NuGet Package Manager** -> **Manage NuGet Packages for Solution...** and select the *Updates* tab. Select the package you want to update and click Install to update to the latest version.
Copy file name to clipboardExpand all lines: docs/brushes/TilesBrush.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp
7
7
8
8
# TilesBrush
9
9
10
-
The [TilesBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.tilesbrush) is a [Brush](/uwp/api/windows.ui.xaml.media.brush) that that displays a tiled image.
10
+
The [TilesBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.tilesbrush) is a [Brush](/uwp/api/windows.ui.xaml.media.brush) that displays a tiled image.
11
11
12
12
> [!div class="nextstepaction"]
13
13
> [Try it in the sample app](uwpct://Brushes?sample=TilesBrush)
Copy file name to clipboardExpand all lines: docs/controls/HeaderedItemsControl.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The [HeaderedItemsControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.headere
23
23
24
24
<controls:HeaderedItemsControl>
25
25
<!-- Header content or HeaderTemplate content -->
26
-
</<controls:HeaderedItemsControl>
26
+
</controls:HeaderedItemsControl>
27
27
```
28
28
29
29
## Sample Output
@@ -53,7 +53,7 @@ The [HeaderedItemsControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.headere
53
53
<TextBlockText="This is the header!"FontSize="16">
54
54
</Border>
55
55
</controls:HeaderedItemsControl.Header>
56
-
</<controls:HeaderedItemsControl>
56
+
</controls:HeaderedItemsControl>
57
57
```
58
58
59
59
- Used to control the look of the header. The default value for the `HeaderTemplate` will display the string representation of the `Header`. Set this property if you need to bind the `Header` to an object.
@@ -67,7 +67,7 @@ The [HeaderedItemsControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.headere
Copy file name to clipboardExpand all lines: docs/controls/datagrid_guidance/styling_formatting_options.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,10 @@ All individual parts of the DataGrid control are customizable through simple Sty
66
66
**RowHeaderStyle* : style that is used when rendering the row headers. The DataGrid control does not have a default visual for the row header. To provide one you must provide a `ContentTemplate` for `Microsoft.Toolkit.Uwp.UI.Controls.Primitives.DataGridRowHeader`. For Example:
Whether defined as an inline style or as a resource, the Style defines the appearance of cells/rows/columns/headers in the data grid, and should specify the appropriate TargetType (say, **DataGridCell** for CellStyle). You typically specify setters for individual properties, and might also use a setter for the Template property if you wanted to change the composition of elements.
0 commit comments