Hello
I need help At this point I am desperate as I couldn’t find a solution anywhere. I am building a prototype where I have filters in horizontal line done by Repeater where those items are dynamically added and varies in width.
What I need is when I click one of the item I want a dropdown menu to open underneath the clicked item.
The dropdown menu exists outside of the repeater and since Move is not working (repater coordinates are always 0,0) its now roking well.
I tried putting the dropdown inside the repeater but when it opens it moves items to the right since its wider.
So, when I encounter this I either make just one row interactive, or I put it in the repeater and communicate to whomever views it (in an email, or sometimes right in the prototype) that the “pushing” effect will not happen in reality and is just a technical limitation of the demo. But I wanted to try to see if I could figure it out.
You can do it all dynamically, though i think you have to start from an empty repeater (or do some math ahead of time and change the default value of TotalWidthCounter manually).