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.
2 parents d34ab57 + c12c31b commit e113b8eCopy full SHA for e113b8e
Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml
@@ -51,7 +51,11 @@
51
NavigateUri="{x:Bind Url}"
52
Style="{StaticResource AboutHyperlinkButtonStyle}">
53
<Grid>
54
- <TextBlock Text="{x:Bind FullName}" />
+ <TextBlock Width="150"
55
+ HorizontalAlignment="Left"
56
+ TextTrimming="CharacterEllipsis"
57
+ 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