Any card view click option is not working in my blocks

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

1 Like

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.

This is my recycler view create view i add horizontal arrangement in card view visible to false

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

2 Likes

Check your block logic and event handlers they might not be connected properly.

1 Like