VirtualizingWrapPanel 2.1.1
dotnet add package VirtualizingWrapPanel --version 2.1.1
NuGet\Install-Package VirtualizingWrapPanel -Version 2.1.1
<PackageReference Include="VirtualizingWrapPanel" Version="2.1.1" />
<PackageVersion Include="VirtualizingWrapPanel" Version="2.1.1" />
<PackageReference Include="VirtualizingWrapPanel" />
paket add VirtualizingWrapPanel --version 2.1.1
#r "nuget: VirtualizingWrapPanel, 2.1.1"
#addin nuget:?package=VirtualizingWrapPanel&version=2.1.1
#tool nuget:?package=VirtualizingWrapPanel&version=2.1.1
Implementation of a comprehensive VirtualizingWrapPanel control for WPF. The additional GridView and GridDetailsView controls are providing a easy to use out-of-the-box experience.
Features
- Horizontal and vertical orientation
- Caching by page, items or pixels
- Container recycling
- Grouping / Hierarchical Virtualization
- Configurable spacing behaviour
- Displaying different sized items
Resources
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on VirtualizingWrapPanel:
Package | Downloads |
---|---|
ClassIsland.Core
ClassIsland 应用核心依赖库,包括 ClassIsland 封装的一些常用控件和方法。 |
|
MsMaterialDesignExtensions
code-base from https://github.com/spiegelp/MaterialDesignExtensions |
GitHub repositories (23)
Showing the top 5 popular GitHub repositories that depend on VirtualizingWrapPanel:
Repository | Stars |
---|---|
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
|
|
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
|
|
1Remote/1Remote
One Remote Access Manager to Rule Them All
|
|
hitchao/Jvedio
Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
|
|
ClassIsland/ClassIsland
一款适用于班级多媒体屏幕的课表信息显示工具,可以一目了然地显示各种信息。
|
Version | Downloads | Last updated |
---|---|---|
2.1.1 | 5,049 | 2 months ago |
2.1.0 | 175,885 | 5 months ago |
2.0.12 | 1,980 | 5 months ago |
2.0.11 | 48,066 | 6 months ago |
2.0.10 | 224,034 | 9 months ago |
2.0.8 | 208 | 9 months ago |
2.0.6 | 8,523 | 5/14/2024 |
2.0.5 | 11,957 | 2/4/2024 |
2.0.4 | 1,125 | 1/23/2024 |
2.0.2 | 593 | 1/9/2024 |
2.0.1 | 141 | 1/9/2024 |
2.0.0 | 190 | 1/9/2024 |
2.0.0-preview5 | 286 | 1/1/2024 |
2.0.0-preview4 | 2,664 | 11/28/2023 |
2.0.0-preview3 | 1,765 | 1/21/2023 |
2.0.0-preview2 | 238 | 1/1/2023 |
2.0.0-preview1 | 193 | 12/31/2022 |
1.5.8 | 42,432 | 11/13/2023 |
1.5.7 | 252,931 | 12/17/2021 |
1.5.6 | 5,294 | 11/6/2021 |
1.5.4 | 148,616 | 4/5/2021 |
1.5.3 | 32,715 | 11/10/2020 |
1.5.2 | 11,878 | 9/29/2020 |
1.5.1 | 4,299 | 8/14/2020 |
1.5.0 | 50,590 | 5/15/2020 |
1.4.3 | 6,177 | 4/18/2020 |
1.4.2 | 6,016 | 1/26/2020 |
1.4.0 | 2,216 | 11/9/2019 |
1.3.3 | 7,229 | 9/17/2019 |
1.3.2 | 1,196 | 8/15/2019 |
1.3.1 | 628 | 8/13/2019 |
1.3.0 | 628 | 8/12/2019 |
1.2.2 | 5,279 | 2/3/2019 |
1.1.1 | 1,033 | 12/9/2018 |
1.1.0 | 922 | 11/17/2018 |
1.0.8 | 1,357 | 7/1/2018 |
- #73 Add a meaningful exception in case the ItemContainerGenerator is null
- Reset the state of the ItemContainerManager when the children are cleared, for eg. when the panel is removed from the ItemsControl.