【发布时间】:2020-03-20 06:58:41
【问题描述】:
我的 XAML 代码:
<AppBarButton>
<AppBarButton.Flyout>
<Flyout>
<TextBlock Text="Text is not selectable here" IsTextSelectionEnabled="True"/>
</Flyout>
</AppBarButton.Flyout>
</AppBarButton>
尽管我设置了 IsTextSelectionEnabled - 文本在 Flyout 中不可选择。 是否可以使文本可选?我试过 RichTextBlock - 它也不起作用。
【问题讨论】: