Hi,
I have a fairly simple hamburger menubar, which contains a gallery, in which there are a gallery containing a button, icon and a label. My menubar items are stored in a global variabel (table) which contains these few parameters:
- MenuText
- MenuIcon
- SVG Icons
- MenuIconSelected
- SVG Icons
- ScreenToGoTo
- ID
However when I am using this menubar in the application I see that the performance is fairly bad since it kinda clips in when you navigate to a new screen, so it is disturbing to the eye. I tried to check the performance however all I found was this, but I am not sure how to interpret this?
Can someone help me out on this? The btn_navigation_1 have these properties:
- HoverFill = SideNavigation_CollapsibleMenubar.HoverFill
- OnSelect = Navigate(ThisItem.ScreenToGoTo)
- PressedFill = SideNavigation_CollapsibleMenubar.PressedFill
Best Regards

Report
All responses (
Answers (