Hi, I have the need to move a panel on top of a item into a CustomListView. I'm using a panel as a Context Menu, but I'm not able to show it right on top of the clicked item.. I'm looking into the forum but I can only find float windows classes, but that's not right what I am looking for.. Thanks
Create a panel with the options. When you click the three dots, display this panel. Don't forget the tag to identify which panel it is.
If you have code and it's not working, we can take a look, but we can't do it for you.
Hi, I have the need to move a panel on top of a item into a CustomListView. I'm using a panel as a Context Menu, but I'm not able to show it right on top of the clicked item.. I'm looking into the forum but I can only find float windows classes, but that's not right what I am looking for.. Thanks
https://www.b4x.com/android/forum/threads/b4x-xui-as-floatingactionmenu.161223/#post-989307 In this example, I let the AS_FloatingActionMenu open over an item that is in a list, no matter how far down the item is. Dim Height As Float =...
Hi, I have the need to move a panel on top of a item into a CustomListView. I'm using a panel as a Context Menu, but I'm not able to show it right on top of the clicked item.. I'm looking into the forum but I can only find float windows classes, but that's not right what I am looking for.. Thanks