Skip to content

Commit c68d308

Browse files
committed
Update SettingsPageExample.xaml
1 parent 5263440 commit c68d308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labs/SettingsControls/samples/SettingsControls.Samples/SettingsPageExample.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:labs="using:CommunityToolkit.Labs.WinUI"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8+
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
89
mc:Ignorable="d">
910
<Page.Resources>
1011
<!-- These styles can be referenced to create a consistent SettingsPage layout -->
@@ -91,7 +92,7 @@
9192
<BitmapIcon ShowAsMonochrome="False"
9293
UriSource="https://raw.githubusercontent.com/CommunityToolkit/Labs-Windows/main/common/CommunityToolkit.Labs.Shared/Assets/AppTitleBar.scale-200.png" />
9394
</labs:SettingsExpander.HeaderIcon>
94-
<TextBlock IsTextSelectionEnabled="True"
95+
<TextBlock win:IsTextSelectionEnabled="True"
9596
Style="{StaticResource CaptionTextBlockStyle}"
9697
Text="Version 1.0.0.0" />
9798
<labs:SettingsExpander.Items>

0 commit comments

Comments
 (0)