How to set ContentMenu for GridView without breaking Fluent Theme? #11133
Unanswered
masterLazy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using .NET-10.0.100-rc.1.25451.107.
I tried following code to create a GridView with a ContentMenu for each row:
But after adding
<ListView.ItemContainerStyle>
, my GridView has lost Fluent Theme like this:I also trid to set
BasedOn="{StaticResource {x:Type ListViewItem}}"
in<Style>
, but after I got this error:How can I have the GridView work as expected?
Beta Was this translation helpful? Give feedback.
All reactions