Hi Travis
Thank you for using Syncfusion Products.
Query : Does not seem to be a way to change the order of the menuitems. So, after creating 10 menuitems, if I then need to add a new item that needs to appear first on the list, I seem to have to modify every item to accomodate that, which is very inconvenient.
We have checked the reported query “Options to change the order of MenuItem in NavigationDrawer” using our simple sample and we could see you can able to add the new item in any order using Insert method of NavigationDrawerItemCollection.
Code:[C#]
this.navigationDrawer1.Items.Insert(1, this.drawerMenuItem6);
|
But however, the items has been inserted correctly , but it is not reflected in UI. So we have forwarded this query to development team to analyze on this issue. We will check and update you the complete details by 29th July 2020.
Regards,
Vijayalakshmi VR