Windows 11 - XOJO 2025r1.1
Is it possible to make a DesktopPopupMenu showing only the first 12 values out of a initial value of 30.
In other words opening a PopupMenu with 30 initial values only shows the first 12 and the other will be available with the scrollbar from the Popupmenu.
Because I have 3 popupmenus side by side.
2 of them have only 12 items and opened downwards, the 3th one has 32 items and opens upwards, because not enough space downwards.
.
That’s just how the OS manages that. If it’s a problem for you, then probably this layout was a bad design choice to begin with.
Why is the direction of the menu a concern to you?