We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6f3e1 commit c12c31bCopy full SHA for c12c31b
Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml
@@ -54,7 +54,8 @@
54
<TextBlock Width="150"
55
HorizontalAlignment="Left"
56
TextTrimming="CharacterEllipsis"
57
- Text="{x:Bind FullName}" />
+ Text="{x:Bind FullName}"
58
+ ToolTipService.ToolTip="{x:Bind FullName}"/>
59
<TextBlock HorizontalAlignment="Right"
60
Opacity="0.5"
61
Text="{x:Bind Published.ToString('MMM d', {x:Null})}" />
0 commit comments