From 516e5703f79fc37e79180961577a7a7adc01d7c5 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Tue, 7 Feb 2023 00:42:53 +0800 Subject: [PATCH] feat: Add demo page. --- demo/Semi.Avalonia.Demo.Desktop/App.axaml | 1 + .../Pages/DataGridDemo.axaml | 196 +++++++ .../Pages/DataGridDemo.axaml.cs | 507 ++++++++++++++++++ .../Semi.Avalonia.Demo.csproj | 4 +- demo/Semi.Avalonia.Demo/Views/MainView.axaml | 3 + src/Semi.Avalonia.DataGrid/Index.axaml | 7 + 6 files changed, 717 insertions(+), 1 deletion(-) create mode 100644 demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml create mode 100644 demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml.cs diff --git a/demo/Semi.Avalonia.Demo.Desktop/App.axaml b/demo/Semi.Avalonia.Demo.Desktop/App.axaml index 3c2bebe..098f598 100644 --- a/demo/Semi.Avalonia.Demo.Desktop/App.axaml +++ b/demo/Semi.Avalonia.Demo.Desktop/App.axaml @@ -6,5 +6,6 @@ + \ No newline at end of file diff --git a/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml new file mode 100644 index 0000000..a007c29 --- /dev/null +++ b/demo/Semi.Avalonia.Demo/Pages/DataGridDemo.axaml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +