Hi,
nothing is easier than this since we know the Extension Library. Try something like this:
<xe:dropDownButton id="dropDownButton1">
<xe:this.treeNodes>
<xe:basicContainerNode label="Choice 1">
<xe:this.children>
<xe:basicLeafNode label="Menu 1-1" submitValue="Menu 11" />
<xe:basicLeafNode label="Menu 1-2" submitValue="Menu 12" />
<xe:basicLeafNode label="Menu 1-3" submitValue="Menu 13" />
</xe:this.children>
</xe:basicContainerNode>
</xe:this.treeNodes>
</xe:dropDownButton>