An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Nuget](https://img.shields.io/nuget/v/VirtualizingWrapPanel)](https://www.nuget.org/packages/VirtualizingWrapPanel)
[GitHub](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).