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 c1cdfee commit 6a6f3e1Copy full SHA for 6a6f3e1
Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml
@@ -51,7 +51,10 @@
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
<TextBlock HorizontalAlignment="Right"
59
Opacity="0.5"
60
Text="{x:Bind Published.ToString('MMM d', {x:Null})}" />
0 commit comments