Hi Folks
I am working on a prototype for expandable side menu bar for a software. I have 2 icons on the side bar that need to work with each other. I also have a menu expansion icon which expands the menu and shrinks the main content to some extent.
I wanted to understand how i can achieve the following logic:
- Now when i click on the menu expansion icon the menu expands and the default homepage shrinks as i have created a case of show hide toggle.
- When the menu is contracted to the sidebar and the second icon below the homepage is selected with all the content related to it on the display, i cannot click on the menu expansion as it will only take be back to the shrunken content for the homepage and nothe content which i had on the screen when the menu was not expanded. I believe this needs a logic?
Thanks for the help in adv.