Multiple selected item in list #352
Answered
by
jon4hz
Clashkid155
asked this question in
Q&A
-
I can't seem to find any way to indicate when multiple items are selected in a list. I'm more concerned about the styling when multiple items are selected for the actual selection, I could just store the index when each item is selected. Cutting all the long talk, can I change the style of each item individually? |
Beta Was this translation helpful? Give feedback.
Answered by
jon4hz
Mar 15, 2023
Replies: 1 comment 6 replies
-
You can write a custom delegate function for your list, which applies different styles on the items according to their "selection status". |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Clashkid155
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can write a custom delegate function for your list, which applies different styles on the items according to their "selection status".