TreeView item change background on click #806
Answered
by
bdlukaa
vadimbarda
asked this question in
Q&A
-
|
Hi, community. Please help me to implement functionality to change node background on click, But I don't see changes in UI. But I see changes after I collapse and expand parent. Where I am wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
bdlukaa
Apr 17, 2023
Replies: 1 comment 4 replies
-
|
Have you tried to |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a workaround, you can use a key
GlobalKey<TreeView>and build the items programatically. I filed #810 to track this issue