VirtualizingWrapPanel 2.0.0-preview5

This is a prerelease version of VirtualizingWrapPanel.
There is a newer version of this package available.
See the version list below for details.
dotnet add package VirtualizingWrapPanel --version 2.0.0-preview5
                    
NuGet\Install-Package VirtualizingWrapPanel -Version 2.0.0-preview5
                    
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.0.0-preview5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VirtualizingWrapPanel" Version="2.0.0-preview5" />
                    
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.0.0-preview5
                    
#r "nuget: VirtualizingWrapPanel, 2.0.0-preview5"
                    
#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.0.0-preview5
                    
#: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.0.0-preview5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=VirtualizingWrapPanel&version=2.0.0-preview5&prerelease
                    
Install as a Cake Tool

Implementation of a VirtualizingWrapPanel control for WPF running .NET Framework 4.5.2+, .NET Core 3.1+ or .NET 5.0+. 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 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. 
.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.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VirtualizingWrapPanel:

Package Downloads
MsMaterialDesignExtensions

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

GitHub repositories (3)

Showing the top 3 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
Version Downloads Last Updated
2.3.1 197 7/27/2025
2.3.0 396 7/16/2025
2.3.0-beta 150 6/26/2025
2.2.1 4,256 5/20/2025
2.1.2 895 5/6/2025
2.1.1 12,565 1/25/2025
2.1.0 182,415 11/2/2024
2.0.12 2,426 10/25/2024
2.0.11 49,802 10/1/2024
2.0.10 224,703 7/10/2024
2.0.8 318 7/9/2024
2.0.6 11,372 5/14/2024
2.0.5 13,321 2/4/2024
2.0.4 1,245 1/23/2024
2.0.2 724 1/9/2024
2.0.1 243 1/9/2024
2.0.0 306 1/9/2024
2.0.0-preview5 308 1/1/2024
2.0.0-preview4 3,064 11/28/2023
2.0.0-preview3 1,919 1/21/2023
2.0.0-preview2 269 1/1/2023
2.0.0-preview1 228 12/31/2022
1.5.8 49,496 11/13/2023
1.5.7 289,323 12/17/2021
1.5.6 5,448 11/6/2021
1.5.4 167,564 4/5/2021
1.5.3 33,370 11/10/2020
1.5.2 12,067 9/29/2020
1.5.1 4,457 8/14/2020
1.5.0 58,423 5/15/2020
1.4.3 7,243 4/18/2020
1.4.2 6,342 1/26/2020
1.4.0 2,421 11/9/2019
1.3.3 7,384 9/17/2019
1.3.2 1,350 8/15/2019
1.3.1 768 8/13/2019
1.3.0 769 8/12/2019
1.2.2 5,450 2/3/2019
1.1.1 1,178 12/9/2018
1.1.0 1,067 11/17/2018
1.0.8 1,627 7/1/2018

- Breaking Change: Inverted behaviour and default value of Orientation property
- Breaking Change: Removed deprecated properties SpacingEnabled, IsSpacingEnabled and ChildrenSize
- New Feature: #22 Add support for different sized items
- New Feature: Add option for wrapping keyboard navigation to GridView control
- New Feature: Finalized grouping support
- [Preview 4] Fix: #47 MakeVisible behaviour failing when there is a RenderTransform on hover (ported from 1.5.8)
- [Preview 4] Fix: #48 Height calculation when using grouping with ItemSizeProvider
- [Preview 5] Fix: #49 ScrollIntoView does not work when item is not within cache