Skip to content
Discussion options

You must be logged in to vote

You're setting the wrong property:

<Setter Property="ContextFlyout" Value="{StaticResource SimpleTextBoxContextFlyout}" />

<Style Selector="TextBox">
    <Setter Property="ContextFlyout" Value="{x:Null}" />
</Style>

This works, at least for right-click on Windows desktop.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kyuranger
Comment options

@maxkatz6
Comment options

@kyuranger
Comment options

Answer selected by kyuranger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants