How can I efficiently force a UI refresh of individual rows? #82
Unanswered
AlexanderBlackman
asked this question in
Q&A
Replies: 1 comment
-
@AlexanderBlackman, I'm afraid I couldn't understand the problem that you are facing, could you give some more information about your implementation? |
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 some bulk commands that change all selected rows at once.
Right now, the only way I know to force a refresh is to reload the entire ItemsSource, but this isn't efficient.
There must be a better way, but changing UpdateSourceTrigger in a column's datatemplate doesn't work, nor does UpdateLayout
Beta Was this translation helpful? Give feedback.
All reactions