diff --git a/src/MainDemo.Wpf/Domain/MainWindowViewModel.cs b/src/MainDemo.Wpf/Domain/MainWindowViewModel.cs index 12e4238fc8..feb1fef7cf 100644 --- a/src/MainDemo.Wpf/Domain/MainWindowViewModel.cs +++ b/src/MainDemo.Wpf/Domain/MainWindowViewModel.cs @@ -450,6 +450,14 @@ private static IEnumerable GenerateDemoItems(ISnackbarMessageQueue sna DocumentationLink.ApiLink(), DocumentationLink.ApiLink() ]); + + yield return new DemoItem( + "ToolTips", + typeof(ToolTips), + [ + DocumentationLink.DemoPageLink(), + DocumentationLink.DemoPageLink("Demo View Model", "Domain"), + ]); } private bool DemoItemsFilter(object obj) diff --git a/src/MainDemo.Wpf/ToolTips.xaml b/src/MainDemo.Wpf/ToolTips.xaml new file mode 100644 index 0000000000..df0cbf315b --- /dev/null +++ b/src/MainDemo.Wpf/ToolTips.xaml @@ -0,0 +1,167 @@ + + + + + + + + 0,16,0,0 + + + + + + + + +