Issue with AddMenuItem2

KashMalaga

Member
Licensed User
Longtime User
Im using activity.AddMenuItem2 to add icons to my menu options, now got 10 options.
So in this case only 4 options are show with Icons, the rest appears only with chars. Someone have an idea how i can implement a Menu that scrolls to right?

Example: A B C D >

When push > appears: < E F G H I J

Thanks and regards
 
Last edited:

Djembefola

Active Member
Licensed User
Longtime User
I believe that android allows only up to 6 items with icons.
Changing menus dynamically is not possible, as far as i know.

Consider using a listview instead or draw your own menu.
 
Upvote 0
Top