feat: add tooltip. arrow is not supported as there is not indicator of placement on tooltip control itself.

This commit is contained in:
rabbitism
2023-01-24 15:00:35 +08:00
parent f7e61c62d1
commit 134c8a0878
7 changed files with 172 additions and 0 deletions

View File

@@ -78,6 +78,9 @@
<TabItem Header="ToggleSwitch">
<pages:ToggleSwitchDemo />
</TabItem>
<TabItem Header="ToolTip">
<pages:ToolTipDemo />
</TabItem>
<TabItem Header="TreeView">
<pages:TreeViewDemo />
</TabItem>