From 50e1af9a3af06f9f955f65f28d5e63329ef576a4 Mon Sep 17 00:00:00 2001 From: TeaDrivenDev Date: Mon, 23 Feb 2026 10:10:26 +0100 Subject: [PATCH] Add tooltips in control catalog (#20731) --- samples/ControlCatalog/MainView.xaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/samples/ControlCatalog/MainView.xaml b/samples/ControlCatalog/MainView.xaml index 803ca52254..20b7d33c60 100644 --- a/samples/ControlCatalog/MainView.xaml +++ b/samples/ControlCatalog/MainView.xaml @@ -215,7 +215,8 @@ + SelectionChanged="Decorations_SelectionChanged" + ToolTip.Tip="System Decorations"> None BorderOnly @@ -225,7 +226,8 @@ + SelectionChanged="ThemeVariants_SelectionChanged" + ToolTip.Tip="Theme Variant"> Default Light @@ -234,7 +236,8 @@ + SelectionChanged="Themes_SelectionChanged" + ToolTip.Tip="Catalog Theme"> Fluent Simple @@ -242,7 +245,8 @@ + SelectionChanged="TransparencyLevels_SelectionChanged" + ToolTip.Tip="Window Transparency Level"> None Transparent @@ -253,7 +257,8 @@ + SelectionChanged="FlowDirection_SelectionChanged" + ToolTip.Tip="Flow Direction"> LeftToRight RightToLeft @@ -261,7 +266,8 @@ + SelectedItem="{Binding WindowState}" + ToolTip.Tip="Window State"/>