Popup menu in desktop like ios

Hi team.

I have a windows app running on a touch screen with a large popup menu. It goes off the screen and requires a scroll using the small little right hand scroll section. Does anyone have a control that behaves a little like iOS so that I can swipe up through the list?

You could place a Listbox in an Overlay.

I do this in my app with a menu item. I have a canvas that has an icon on it and if the user clicks on the icon, they get a menu that shows up that they can select from. I have it limited by the size of the window and it can scroll up and down. Here’s a screen shot of what it looks like on a Windows machine at a customer where there’s literally 60 choices for them to choose from:

The great thing about a menu item is that you can place it anywhere quite easily.