<canvas height="100" width="100%">
<combobox id="cbox" x="5" y="5" width="130" editable="false">
<textlistitem text="Light Blue" value="botoom"/>
</combobox>
<view x="150" y="5" width="20" height="20" valign="${cbox.value}"/>
</canvas>