what is IsMarked? #2321
Answered
by
tznind
RetroGaming12221
asked this question in
Q&A
what is IsMarked?
#2321
-
help me, idk wth is "IsMarked" function is |
Beta Was this translation helpful? Give feedback.
Answered by
tznind
Feb 6, 2023
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
tznind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It indicates whether user has ticked the item when
AllowsMarking
is true on aListView
. If you are writing your own customIListDataSource
and you are not ever using any instances that have ticking enabled then you can ignore it.Space toggles IsMarked while Enter completes selection (see code below)