Azan
(Azan.)
December 11, 2022, 9:18am
#1
I want to know how can I achieve this, I have 12 card view on my screen and when I press one all I want is all card views clicks to go false.
I have tried the other way , like creating and setting each card view to false but can I do anything using any component stuff in kodular?
Holmsync
(HolmSync )
December 11, 2022, 9:55am
#2
I Don’t Think It’s Acheivable with cardview.
U can try using Vertical arrangements and set them as cards and clickable on and set clickable to false if one vertical arrangement is clicked
Put all the cardview IDs into a global list
When any card view clicked
For each items in the list get global card IDs
set card view comp {get item} clickble {false}
Out of the event
Again add
Set card view compo {get comp} clickable {true}
Holmsync
(HolmSync )
December 11, 2022, 10:25am
#4
Cardview clickable cannot be disabled. Just full clickable canbe disabled
system
(system)
Closed
January 10, 2023, 10:25am
#5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.