Enigma2 Skin - Menu - Show Sub Menu

  • First of all hello, my first post.


    I am in the process of creating a new skin.
    In most modern interfaces, menus and sub menus are shown side by side. As shown below


    [Blockierte Grafik: https://i.ytimg.com/vi/RlB52j_Pf10/maxresdefault.jpg]



    When I am scrolling down the left menu, I am hoping to show it's sub menu on the right, just as a text list.


    I can achieve this very badly by using FixedLabel for every menu entry but this is very long code for each option.


    <widget source="menu" render="FixedLabel" text="textgoeshere" position="65,100" size="128,128">
    <convert type="MenuEntryCompare">about_screen</convert>
    <convert type="ConditionalShowHide" />

    </widget>


    Is there a quicker and easier solution that brings in these values as a list, possible from the existing data already in menu.xml.


    Thank You.