JosefNemec / VirtualizingWrapPanel

Implementation of a VirtualizingWrapPanel for WPF running .NET Framework 4.5+ or .NET Core 3.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VirtualizingWrapPanel

Implementation of a VirtualizingWrapPanel and some additional controls based on it for WPF running .NET Framework 4.5+ or .NET Core 3.0+.

Features

  • Horizontal and vertical orientation
  • Caching by page, items or pixels
  • Container recycling
  • Grouping (experimental)
  • GridView control (easy to use out of the box experience)
  • GridDetailsView control (grid view with item expansion)
  • VirtualizingItemsControl

Resources

Download

About

Implementation of a VirtualizingWrapPanel for WPF running .NET Framework 4.5+ or .NET Core 3.0+

License:MIT License


Languages

Language:C# 98.7%Language:CSS 1.3%