JqxListMenu
There is no control for the JqxListMenu, however, you can add one dynamically via code.
Start by adding an HTMLView and adding the unordered list from http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxlistmenu/jquery-listmenu-getting-started.htm
Next, add the following line of code to your Main function:
$("#list").jqxListMenu({ width: "50%", showHeader: True, showBackButton: True, showFilter: False })