https://github.com/sbaeumlisberger/virtualizingwrappanel
Feature-rich implementation of a VirtualizingWrapPanel for WPF
https://github.com/sbaeumlisberger/virtualizingwrappanel
dotnet virtualizing-wrap-panel wpf
Last synced: 5 months ago
JSON representation
Feature-rich implementation of a VirtualizingWrapPanel for WPF
- Host: GitHub
- URL: https://github.com/sbaeumlisberger/virtualizingwrappanel
- Owner: sbaeumlisberger
- License: mit
- Created: 2020-07-20T17:50:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T16:57:36.000Z (6 months ago)
- Last Synced: 2026-01-18T08:24:16.352Z (6 months ago)
- Topics: dotnet, virtualizing-wrap-panel, wpf
- Language: C#
- Homepage: https://sbaeumlisberger.github.io/VirtualizingWrapPanel/docs/getting-started.html
- Size: 60.3 MB
- Stars: 377
- Watchers: 10
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/VirtualizingWrapPanel)
[
](https://github.com/sbaeumlisberger/VirtualizingWrapPanel/blob/master/LICENSE)
## VirtualizingWrapPanel
Feature-rich implementation of a [VirtualizingWrapPanel](https://sbaeumlisberger.github.io/VirtualizingWrapPanel/api/WpfToolkit.Controls.VirtualizingWrapPanel.html) control for WPF running .NET Framework 4.6.2+ or .NET 6.0+. The additional [GridView](https://sbaeumlisberger.github.io/VirtualizingWrapPanel/api/WpfToolkit.Controls.GridView.html) 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
* [Getting started](src/VirtualizingWrapPanel/docfx/docs/getting-started.md)
* [Samples Application](SamplesApplication.md)
* [API Reference](https://sbaeumlisberger.github.io/VirtualizingWrapPanel/api/WpfToolkit.Controls.html)
### Contribution
Feel free to open an issue if you have a problem or suggestion. Pull requests are also accepted, but please make sure you open an issue first so that it can be discussed.
To to support the future development of the project you can become a [sponsor](https://github.com/sponsors/sbaeumlisberger) or make a donation via [PayPal](https://www.paypal.com/paypalme/sbaeumlisberger).