I'm attempting to display a dropdown menu when the More(...) Icon is clicked within a nested gallery. I have a hierarchical structure of data within a custom page.
> CustomerGallery
>> MoreIconMenuContainer
>>> MenuGallery
>> MoreIcon
>> CustomerTitle
>> OrderGallery
>>> MoreIconMenuContainer1
>>> MoreIcon1
>>> OrderTitle
I'm having trouble adding more galleries to the MoreIconMenuContainer1. Is there an alternative way to display a menu for each OrderGallery item? If anyone could assist me with this, I would greatly appreciate it. Thanks in advance!
Btw, Listbox is not available probably because this is a custom page in a model-driven app.