mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-06 09:16:35 +08:00
feat: fix dark color. add theme switch in demo. add checkbox demo.
This commit is contained in:
@@ -10,9 +10,12 @@
|
||||
d:DesignWidth="800"
|
||||
x:DataType="vm:SongsPageViewModel"
|
||||
mc:Ignorable="d">
|
||||
<TabControl>
|
||||
<TabItem Header="Songs">
|
||||
<TreeDataGrid Source="{Binding Songs}" />
|
||||
</TabItem>
|
||||
</TabControl>
|
||||
<Grid RowDefinitions="Auto, *">
|
||||
<Button Click="Button_OnClick" Content="Theme" />
|
||||
<TabControl Grid.Row="1">
|
||||
<TabItem Header="Songs">
|
||||
<TreeDataGrid Source="{Binding Songs}" />
|
||||
</TabItem>
|
||||
</TabControl>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user