Replies: 1 comment
-
WinUI as found in this repo doesn't have a DataGrid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
DataGrid
control in my app that shows details whenever the user clicks on it, with the help ofRowDetailsVisibilityMode="VisibleWhenSelected"
. It all works splendidly, however I want to hide the details when the user clicks on the exact same row (that is - selection doesn't change, asSelectionChanged
event is not fired in that case). What's the best way to hide them? Documentation doesn't seem to cover this scenario.Beta Was this translation helpful? Give feedback.
All reactions