VirtualizingWrapPanel 2.5.1

dotnet add package VirtualizingWrapPanel --version 2.5.1
                    
NuGet\Install-Package VirtualizingWrapPanel -Version 2.5.1
                    
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="VirtualizingWrapPanel" Version="2.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VirtualizingWrapPanel" Version="2.5.1" />
                    
Directory.Packages.props
<PackageReference Include="VirtualizingWrapPanel" />
                    
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 VirtualizingWrapPanel --version 2.5.1
                    
#r "nuget: VirtualizingWrapPanel, 2.5.1"
                    
#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 VirtualizingWrapPanel@2.5.1
                    
#: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=VirtualizingWrapPanel&version=2.5.1
                    
Install as a Cake Addin
#tool nuget:?package=VirtualizingWrapPanel&version=2.5.1
                    
Install as a Cake Tool

Feature-rich implementation of a VirtualizingWrapPanel control for WPF. The additional GridView control provides a easy to use out-of-the-box experience.

Features

  • High performance (tested with up to 1 million items)
  • Horizontal and vertical orientation
  • Grouping / hierarchical virtualization
  • Configurable spacing behaviour and item alignment
  • Caching based on pages, items or pixels
  • Displaying different sized items
  • Recycling or standard virtualization

Resources

Product 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.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • net10.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on VirtualizingWrapPanel:

Package Downloads
MsMaterialDesignExtensions

code-base from https://github.com/spiegelp/MaterialDesignExtensions

Material.Icons.WPF.Demo

Package Description

GitHub repositories (8)

Showing the top 8 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
一款功能强、可定制、跨平台,适用于班级多媒体屏幕的课表信息显示工具,可以一目了然地显示各种信息。
BedrockLauncher/BedrockLauncher
neelabo/NeeView
An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.
Phalcode/gamevault-app
Frontend for the self-hosted gaming platform for drm-free games
Version Downloads Last Updated
2.5.1 3,630 3/2/2026
2.5.0 1,295 2/21/2026
2.4.1 2,458 1/12/2026
2.4.0 632 1/10/2026
2.4.0-beta 370 12/13/2025
2.3.2 17,167 10/11/2025
2.3.1 8,495 7/27/2025
2.3.0 2,656 7/16/2025
2.3.0-beta 210 6/26/2025
2.2.1 11,573 5/20/2025
2.1.2 1,392 5/6/2025
2.1.1 18,987 1/25/2025
2.1.0 189,421 11/2/2024
2.0.12 3,659 10/25/2024
2.0.11 51,157 10/1/2024
2.0.10 226,907 7/10/2024
2.0.8 617 7/9/2024
Loading failed

- Fix #98 ContentPresenter inside UserControl has zero ActualHeight after container recycling when content is set asynchronously
- Fix extent calucation when using Fluent theme or otherwise customized scroll bars
- Fix grouping in combination with vertical orientation