Jump to content

Sorting menu items


mika

Recommended Posts

How can I sort certain top-level menu item defined in TUniMainMenu? We have few menus that contain quite a few items and we must sort them alphabetically. I can't do this in design-time because we support multiple languages in user interface and obviously those menu entires will be sorted differently depending which language is selected.

 

For example: "MENU-2" needs to be sorted.

MENU-1       MENU-2       MENU-3
  A            C            A
  B            F            B
               D            C
               B
               A
               E

Thank you in advance.

 

// Mika

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...