Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 389 Bytes

File metadata and controls

10 lines (7 loc) · 389 Bytes

AvaloniaTreeComboTest

Testbed for playing around with Avalonia's TreeDataGrid and ComboBox.

Features

  • Uses Microsoft Dependency Injection to make ViewModels cross platform
  • Creates TreeDataGrid with 100.000 rows, sortable and searchable
  • Creates ComboBox with 100.000 entries, searchable
  • Includes Demo WPF app showing how to open Avalonia Window as dialog from within WPF