This is the modified version of the RecyclerList extension made by @zainulhassan
Here you can find the orginal extension
I have fixed two things in this extension
The first thing is added is Page / Item no
Now when you use snap-helper with linear or page snapper you can get the page or item no
The second thing which is fixed is ,
In original extension when you use horizontal layout the width of the item is fill parent automatically even if you set automatic with or fix width,
Now it works with fixed width.
GetComponentByUniqueId block, where the id is the unique ID generated in the Bind Event, in order to work with (set properties) a dynamically generated component like at label (which doesn't have a click event )
I am currently having to generate a list of all the components created in root in order to "get at it".
You shouldn't need to do that. It is possible to change the properties of elements in the recyclerlist (e.g. the stroke...) without having to reload the entire recyclerlist again. I have done this in the distant past, and provided an example 9 posts up (properties are changed in the WebGotText event based upon data returned from a firebase project.).
This is correct for that card or elemet that is clicked , i have to make changes on other cards also.
Read this Carefully pls.
The issue is After clicking on a cardview i have to change the Stroke view of the cardiview which is clicked and other all set to Stroke 0
Let there is 25 Cards Generated by Recyler list
then user click ok 2nd card so it stroke will increase from 0 to 2 ,
the main issue is
if same time user click on 10th card so i have to set 10th card storke to 2 and 2nd card storke to 0 .