0
SASIMEXICO created
When adding new entries to MenuProvider.cs we wanted to add a little "sub menu"(collapsable list for example), but NavigationMeuItem doesn't seem to have any sort of property to allow that. Is there an official/intended implementation for this?
1 Answer(s)
-
0
Hi @SASIMEXICO
Unfortunately, it is not implemented by default. But, you can change NavigationMeuItem and include child items as we do for the web app, see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Application/Navigation/MenuItemDefinition.cs#L86 and render it on the Xamarin app.