
Announcements
Hi all,
I am building a responsive canvas app. I am using nested vertical containers, and inside it I added a gallery which has Action icon for each row.
When I click on that icon I want to show set of options, and that option component should appear dynamically based on the row of the icon am clicking.
For my options menu, I created one container and added buttons inside it for each option.
Now, when I add this container to my screen, it sits on top of my Main Container, which includes multiple containers inside it and one of them has my gallery.
I am trying to adjust X and Y position of my menu container, but I am not able to figure out how can I set its Y based on row of the icon. I want it to appear below the icon in whichever row it is clicked.
I got to know I cant get row number from gallery, so any alternate way?
And also for X position, since it is scrollable gallery when set its X to icon.X it wont move with icon when I scroll. What may be the better way to achieve it?
Thank you...