How to create any card view click option using recycler view i want to visible a horizontal arangement after the any card view click
this is my blocks.
Try it without if elas statement
I tried without if then else but not visibling the arrangement there is any other methods
Have you set the horizontal arrangement 2 separately? Or you add it anywhere else where this visibility troubles you?
Show thr designer blocks part
When any cardview clicked
If is dynamic component get component
Then set ha2 visible to true
Remove the Not Already Handled part from the if-else block.
Would you please clearly explain what you want to do?
I want to visible the horizontal arrangement after clicking the card view
The problem is that h1 is not visible after the cardview is clicked. Did you check if any cardview click is working or not? Is your h1 a correct component which you want to be visible?
You must add set unique id to the cardview onBindview else it wont trigger
Check your block logic and event handlers they might not be connected properly.