From c75d4136995a938979f313d7968e5d1da1a69cf9 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:30:00 +0800 Subject: [PATCH 1/2] misc: add category tabitem. --- demo/Semi.Avalonia.Demo/Views/MainView.axaml | 217 +++++++++++-------- 1 file changed, 131 insertions(+), 86 deletions(-) diff --git a/demo/Semi.Avalonia.Demo/Views/MainView.axaml b/demo/Semi.Avalonia.Demo/Views/MainView.axaml index 9288411..f26e226 100644 --- a/demo/Semi.Avalonia.Demo/Views/MainView.axaml +++ b/demo/Semi.Avalonia.Demo/Views/MainView.axaml @@ -11,6 +11,22 @@ x:CompileBindings="True" x:DataType="views:MainViewModel" mc:Ignorable="d"> + + + + + + + + + + + + @@ -106,133 +125,159 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file From b61c9b081fc366086b1917e72aaa541091268b10 Mon Sep 17 00:00:00 2001 From: Dong Bin Date: Tue, 8 Apr 2025 18:38:09 +0800 Subject: [PATCH 2/2] feat: add a padding. --- demo/Semi.Avalonia.Demo/Views/MainView.axaml | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/Semi.Avalonia.Demo/Views/MainView.axaml b/demo/Semi.Avalonia.Demo/Views/MainView.axaml index f26e226..3eb3ccd 100644 --- a/demo/Semi.Avalonia.Demo/Views/MainView.axaml +++ b/demo/Semi.Avalonia.Demo/Views/MainView.axaml @@ -19,6 +19,7 @@