Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
hii,
I want to show only icons which are present in the menu (left side bar) after collapse the menu
i am sharing one snapshot please check and let me know the solution on this
please check above snapshot where i have highlighted collapse icon in red and yellow highlighted is icon .
so whenever i click on collapse icon i want to see only icon present in the menu
Solved! Go to Solution.
That icon is a configuration/part of the menu itself, and the menu is placed on a container that can be expanded/collapsed. so ideally if you collapse, the whole content on the container will be collapsed. As a workaround what you can do is just place that home icon on a different container next to this container and use the overlay property of the container to display only the home icon once you collapse the container. Just make sure you don't enable the expand/collapse on the second container. The second container will be just used to display the content when you collapse the menu container. Let me know if you need more clarification.
That icon is a configuration/part of the menu itself, and the menu is placed on a container that can be expanded/collapsed. so ideally if you collapse, the whole content on the container will be collapsed. As a workaround what you can do is just place that home icon on a different container next to this container and use the overlay property of the container to display only the home icon once you collapse the container. Just make sure you don't enable the expand/collapse on the second container. The second container will be just used to display the content when you collapse the menu container. Let me know if you need more clarification.