Replies: 4 comments 2 replies
-
did you solve it ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
After updating to Net 7, the result is the same, there has been no improvement. I am still searching for a resolution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issue. Since I couldn't find a solution via the collection view as well I changed the selection mode there to
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use this. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
How do we set the BackgroundColor in a CollectionView when the Mouse is over an item? I can set the properties of the Grid when it is Selected, but I cannot find the correct combination for MouseOver/Focused.
This graphic represents the question:

Content Page
App Styles:
<Style TargetType="CollectionView" x:Key="CollectionViewDataGrid"> </Style>Beta Was this translation helpful? Give feedback.
All reactions