I'm doing a menu using master detail page. And I need to add submenus only in one of the options.
I have looked at grouping in listviews, but that would work if every option have sub menus.
I'm doing a menu using master detail page. And I need to add submenus only in one of the options.
I have looked at grouping in listviews, but that would work if every option have sub menus.
Thanks for anwsering, but that example uses grouping and I only have submenus in one option.
I tried to use the header as links, but I didn't get them to work.
Answers
You can try as in this link
http://www.compliancestudio.io/blog/xamarin-forms-expandable-listview
Thanks for anwsering, but that example uses grouping and I only have submenus in one option.
I tried to use the header as links, but I didn't get them to work.
@Rilin, Any solution to this problem?
In the end, what I did was to insert or remove from the list the submenus when the option is selected.