Design drop down manu in uipath app

I am try to create this function of a website in uipath app but not able to design this click to open dropdown manu
Anyone have idea how to create this kind of manu?

1 Like

Hey @Jsaroj

It may not be exactly replicated but partially possible.

Thanks
#nK

What’s the method??

1 Like

Hey @Jsaroj

By adding a click event to a button to show a popup with menu links.

Thanks
#nK

@Jsaroj ,

Hoverable dropdown features is not available into UI Path Apps. In order to do that. I would suggest create a Hoverable Menu Page and on click of the Main Menu Navigate to the other page and on Submenu Page you can show the button as per main menu click.

you can handle this into single page. create a App variable for Main Menu click and on click set some value and based on App variable value you can hide and show container or control into Hoverable sub menu page.

Hope this will help you. Please mark this as solution if you are happy with provided solution.

Thanks,
Arvind

2 Likes

Thank you, it’s a better option until uipath introduced hoverable menu.

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