Microsoft.Toolkit.Uwp.UI
7.1.3
Prefix Reserved
CommunityToolkit.Uwp.Extensions
Additional DetailsThis package name is no longer being updated and has migrated to new names 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
dotnet add package Microsoft.Toolkit.Uwp.UI --version 7.1.3
NuGet\Install-Package Microsoft.Toolkit.Uwp.UI -Version 7.1.3
<PackageReference Include="Microsoft.Toolkit.Uwp.UI" Version="7.1.3" />
paket add Microsoft.Toolkit.Uwp.UI --version 7.1.3
#r "nuget: Microsoft.Toolkit.Uwp.UI, 7.1.3"
// Install Microsoft.Toolkit.Uwp.UI as a Cake Addin #addin nuget:?package=Microsoft.Toolkit.Uwp.UI&version=7.1.3 // Install Microsoft.Toolkit.Uwp.UI as a Cake Tool #tool nuget:?package=Microsoft.Toolkit.Uwp.UI&version=7.1.3
This library provides various common UI helpers. It is a part of the Windows Community Toolkit.
AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel.
CacheBase: Provides methods and tools to cache files in a folder.
Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine.
Extensions:
- ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view).
- AttachedDropShadow: Provides a composition based shadow effect which supports masking.
- FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement.
- ListViewExtensions: Provides attached dependency properties for the ListViewBase
- LogicalTree: Defines a collection of extensions methods for UI.
- MatrixExtensions: Provides a set of extensions to the Matrix struct.
- MatrixHelperEx: Static helper methods for Matrix.
- Mouse: Helper class for easily changing the mouseover cursor type.
- NullableBool: Custom MarkupExtension which can provide nullable bool values.
- RotateTransformExtensions: Extension methods for RotateTransform.
- ScaleTransformExtensions: Extension methods for ScaleTransform.
- ScrollViewerExtensions: Provides attached dependency properties for the ListViewBase
- SkewTransformExtensions: Extension methods for SkewTransform.
- SurfaceDialTextbox: Helper class that provides attached properties to enable any TextBox with the Surface Dial.
- TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control.
- TextBoxRegex: TextBoxRegex allows text validation using a regular expression.
- TitleBarExtensions: Provides attached dependency properties for interacting with the ApplicationViewTitleBar on a window (app view).
- TranslateTransformExtensions: Extension methods for TranslateTransform.
- VisualExtensions: Extension methods and attached properties for Visual objects
- VisualTree: Defines a collection of extensions methods for UI.
Helpers:
- BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time.
- DependencyPropertyWatcher: Used to Track Changes of a Dependency Property
- ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur.
Triggers: Various Visual State Triggers to help trigger VisualStates in a wide variety of scenarios.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap10.0.17763 is compatible. |
-
UAP 10.0.17763
- Microsoft.Toolkit (>= 7.1.2)
- Microsoft.Toolkit.Uwp (>= 7.1.3)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Microsoft.Toolkit.Uwp.UI:
Package | Downloads |
---|---|
Microsoft.Toolkit.Uwp.UI.Animations
This library provides helpers and extensions on top of Windows Composition and XAML storyboards. It is a part of the Windows Community Toolkit. Namespace: - CompositionAnimations: - Animations: AnimationBase, OffsetAnimation, OpacityAnimation, RotationAnimation, RotationInDegreesAnimation, ScalarAnimation, ScaleAnimation, TranslationAnimation, TypedAnimationBase, Vector2Animation, Vector3Animation, Vector4Animation - CompositionAnimations: ExpressionKeyFrame, KeyFrame, KeyFrameCollection, ScalarKeyFrame, TypedKeyFrame, Vector2KeyFrame, Vector3KeyFrame, Vector4KeyFrame - ConnectedAnimations: Connected, ConnectedAnimationHelper, ConnectedAnimationListProperty, ConnectedAnimationProperties - Expressions: ExpressionNodes, ExpressionValues, ReferenceNodes, CompositionExtensions, ExpressionFunctions, OperationType - AnimationExtensions: Blur, Fade, Light, Offset, Rotate, Saturation, Scale |
|
Microsoft.Toolkit.Uwp.UI.Controls.Primitives
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. |
|
Microsoft.Toolkit.Uwp.UI.Controls.Layout
This library provides XAML layout controls. It is a part of the Windows Community Toolkit. Controls: - BladeView: Provides a horizontal collection of blades for drilling into detailed scenarios. - Carousel: Presents items in a carousel control. - Expander: Expander allows user to show/hide content based on a boolean state. - GridSplitter: A the control that redistributes space between columns or rows of a Grid control. - HeaderedContentControl: Provides a header to content. - HeaderedItemsControl: Provides a header to items. - LayoutTransformControl: Support for transformations as if applied by LayoutTransform. - ListDetailsView: Implements the List/Details design pattern. - OrbitView: Positions items in a circle around a center element and supports orbits and anchors. |
|
Microsoft.Toolkit.Uwp.UI.Controls.Markdown
This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit. |
|
Microsoft.Toolkit.Uwp.UI.Controls.Media
This library provides controls backed by win2d for use in XAML. It is a part of the Windows Community Toolkit. Controls: - Eyedropper: Eyedropper allows user to pick up a color from anywhere in there application. - ImageCropper: ImageCropper control allows user to crop image freely. - InfiniteCanvas: Supports Infinite Scrolling, Ink, Text, Format Text, Zoom in/out, Redo, Undo, Export & Import. |
GitHub repositories (29)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Toolkit.Uwp.UI:
Repository | Stars |
---|---|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
0x7c13/Notepads
A modern, lightweight text editor with a minimalist design.
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
Richasy/BiliBili-UWP
BiliBili的UWP客户端,当然,是第三方的了
|
|
Rise-Software/Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
|
Version | Downloads | Last updated | |
---|---|---|---|
7.1.3 | 117,015 | 11/1/2022 | |
7.1.3-rc | 2,150 | 10/21/2022 | |
7.1.2 | 155,166 | 11/18/2021 | |
7.1.1 | 13,119 | 10/19/2021 | |
7.1.0 | 10,609 | 9/23/2021 | |
7.1.0-rc2 | 2,176 | 9/17/2021 | |
7.1.0-rc1 | 2,315 | 8/30/2021 | |
7.1.0-preview1 | 2,309 | 8/5/2021 | |
7.0.2 | 78,498 | 5/12/2021 | |
7.0.1 | 17,185 | 3/29/2021 | |
7.0.0 | 20,246 | 3/11/2021 | |
7.0.0-preview5 | 2,384 | 2/24/2021 | |
7.0.0-preview4 | 4,336 | 11/12/2020 | |
7.0.0-preview3 | 2,770 | 10/7/2020 | |
7.0.0-preview2 | 6,803 | 8/11/2020 | |
7.0.0-preview1 | 7,004 | 4/21/2020 | |
6.1.1 | 234,482 | 8/12/2020 | |
6.1.0 | 161,431 | 6/15/2020 | |
6.1.0-rc1 | 2,222 | 6/8/2020 | |
6.1.0-preview1.2 | 366 | 5/19/2020 | |
6.0.0 | 108,111 | 11/13/2019 | |
6.0.0-rc1.2 | 1,962 | 10/31/2019 | |
5.1.1 | 169,622 | 3/15/2019 | |
5.1.0 | 18,861 | 2/13/2019 | |
5.0.0 | 49,273 | 10/31/2018 | |
5.0.0-preview.gb86cb1c4cb | 1,583 | 9/21/2018 | |
4.0.0 | 96,052 | 8/7/2018 | |
3.0.0 | 52,741 | 5/30/2018 | |
3.0.0-preview | 4,929 | 5/7/2018 | |
2.2.0 | 65,115 | 2/28/2018 | |
2.1.1 | 62,752 | 12/15/2017 | |
2.1.0 | 25,279 | 11/21/2017 | |
2.0.0 | 55,835 | 8/29/2017 | |
1.5.1 | 42,099 | 7/20/2017 | |
1.5.0 | 13,115 | 7/5/2017 | |
1.4.1 | 77,084 | 4/4/2017 | |
1.4.0 | 9,571 | 3/31/2017 | |
1.3.1 | 28,840 | 2/9/2017 | |
1.3.0 | 5,611 | 2/7/2017 | |
1.2.0 | 22,806 | 11/17/2016 | |
1.1.0 | 12,595 | 10/4/2016 | |
1.0.0 | 25,382 | 8/17/2016 |