feat: temporarily change ContentPresenter to Label. update pointerover/selected style.

This commit is contained in:
rabbitism
2022-12-13 12:04:49 +08:00
parent 9e2b51f1e2
commit 8c919dd25d
4 changed files with 67 additions and 64 deletions

View File

@@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:pages="using:Semi.Avalonia.Demo.Pages"
Title="Semi.Demo" d:DesignHeight="450"
d:DesignWidth="800" mc:Ignorable="d">
<TabControl TabStripPlacement="Left">
<TabControl Margin="8" TabStripPlacement="Left">
<TabItem Header="TextBlock">
<pages:TextBlockDemo />
</TabItem>