How to add a option menu button in a Card view

Hi
Please help me that How can I create a Three dot option menu inthr top right corner of a Card view component.
Attached is the picture for more information.

Is it possible to achieve this make a button and provide a popup menu.

Yes, it is. Use Dynamic component extension.

Also we can get it designed normally. Use a button/image for that.

Use material icons in label. For more details search in community

Use a label set the following properties
Font Typeface : Material Icons
Text : more_vert
Clickable : true

And use the label.click event to listen when the user clicks the label and you may use this extnsion for a Popup Menu

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.