Hi @mike-davies,
What does the visible property show for the menu? It is probably a variable connected to the OnSelect Property for the hamburger icon.
If you change the visible property for the menu to True, it should display all the time. If there are any missing items in the menu, you would also need to change their visible property to True.
As an alternative, you could just set the Variable that controls the menu to be True for the OnVisible property of the screen. Thus the condition would always be true (until someone clicked on the menu). You could disable the icon if you didn't want folks to click and activate the OnSelect property.
Best Wishes,
Matren
--------------------------------------------------------------------------------------------
Find this post helpful, give it a Thumbs Up
Solved your problem, click Accept as Solution so others can find it