victor-david / live-shaping-demo

Demonstration of ListCollectionView live shaping (filtering and sorting)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Shaping Demo

Demonstration of ListCollectionView live shaping (filtering and sorting)

This demo application uses ListCollectionView to demonstrate its live shaping capabilities. The app creates a set of customer objects and two ListCollectionView objects, each bound to a separate DataGrid, and each with a separate filter specification.

When you click the button, a timer randomly changes the customer balance (used for filtering and sorting). As the balances change, customer rows change position and move from DataGrid to DataGrid, depending on which filter they pass.

About

Demonstration of ListCollectionView live shaping (filtering and sorting)

License:GNU General Public License v3.0


Languages

Language:C# 100.0%