HypernovaDesktop Components · docs
Binarymission
WPF › Virtualizing Wrap Panel

Virtualizing Wrap Panel

.NET Framework 4.8.NET 6 / 8 / 10v9.0.0WPF

A powerful Virtualizing WrapPanel .NET Control for WPF

7public types
101public members
2namespaces

Assembly

AssemblyBinarymission.WPF.Controls.VirtualizingWrapPanel.dll
Root namespaceBinarymission.WPF.Controls.Panels
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10
Depends onVirtualizingCollectionView

Getting started

<Window x:Class="MyApp.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:bm="clr-namespace:Binarymission.WPF.Controls.Panels;assembly=Binarymission.WPF.Controls.VirtualizingWrapPanel"&gt;

    <bm:BinaryVirtualizingWrapPanel />

</Window>

API reference

Binarymission.WPF.Controls.Panels

class BinaryVirtualizingWrapPanelA class that behaves like a WrapPanel control, with additional ability out-of-the-box scrolling and being able to automatically virtualize/realize the content.
enum AnimationEffectList of supported animation effects for the property PanelAnimationEffect.
enum VirtualizationSchemeLists the available virtualization schemes.

Binarymission.WPF.Controls.Panels.VirtualizingWrapPanel

class AboutToRenderChildItemsEventArgsThe Event arguments container class for the event AboutToRenderChildItems
enum GroupVirtualizationModeLists the available modes of rendering the grouped data.
interface ISupportTransactionalUpdatesAn interface that the BinaryVirtualizingWrapPanel class implements in order to expose support for being able to update its virtualized status with respect to a transactional data source having been edited/updated.
enum ItemPositioningModeLists options as to how to position the child item.