I am using B4A 1.8
I have types like
I have a list of items like this.
How do I sort based on MenuItem?
1.8 doesn't have SortType - it just has a sort which is only good for single item lists.
regards, Ricky
I have types like
B4X:
Type typeAddMenuItem(Id As Int, MenuItem As String)
Dim AddMenuItems As List
I have a list of items like this.
How do I sort based on MenuItem?
1.8 doesn't have SortType - it just has a sort which is only good for single item lists.
regards, Ricky