Runtime: Pages are not displayed if the "checked" attribute has been activated for more than one page
Corrected from:
Behavior of the new version:
Description of the behavior: The checked property is used to mark an item in the menu (MenuItem) as selected. It is not used to set the start page of the application. If you want to set the start page, the property selectedIndex in the control VisiWin.UI.AppNavMenu can be used. The numerical value 0 represents the first menu element. If the start page is to be customized, this value must be adjusted accordingly.
Conditions under which the behavior occurs:
Project in responsive layout
Submenu contains multiple MenuItems
Property checked is set for more than one MenuItem
Affected products:
EASY UI Designer V1.6
Short-term measures, Recommendations,Rating:
Set the checked property only for aMenuItem
The start page is configured via the property selectedIndex in the AppNavMenu