Thanks a lot for a great video. I'm going to implement "Expand/Collapse menu items" using the MenuItem as the "Header", binding to a Command that will trigger the IsVisible property of the child FlyoutItems. I need to have an icon after the text in the MenuItem to indicate Expand/Collapse state. The MenuItem has a 'Text' and an 'Icon' property which is great - and the can be styled etc. But how do I add yet another property to display the expand/collapse state, using normal arrow-up/down font/icons? I.e. a second icon after the text? Is that possible?
No, it is not. Shell supports one or the other. But you could add buttons to a page that provide added navigation or hides/shows controls, displays alternative content, etc.
Wow nice work thank you I am new in .net maui very thanks 🎉
Hmmm do we have grouped function support yet?
Thanks a lot for a great video. I'm going to implement "Expand/Collapse menu items" using the MenuItem as the "Header", binding to a Command that will trigger the IsVisible property of the child FlyoutItems. I need to have an icon after the text in the MenuItem to indicate Expand/Collapse state. The MenuItem has a 'Text' and an 'Icon' property which is great - and the can be styled etc. But how do I add yet another property to display the expand/collapse state, using normal arrow-up/down font/icons? I.e. a second icon after the text? Is that possible?
Is there a way to combine shell flyout with tabbar? I need to use flyout and when choose an option I want to show somw bottom tabs
No, it is not. Shell supports one or the other. But you could add buttons to a page that provide added navigation or hides/shows controls, displays alternative content, etc.
good job thanks.
thanks your share
thank u