hi
i have this xml code for the panelbar and the padding left seems not working. How should i get it working? Thanks a lot.
<?xml version="1.0" encoding="utf-8" ?>
<PanelBar>
<Item Text="Course" Font-Size="1.1em" ForeColor="#00a7dd">
<Item Text="Lists" Font-Size="0.9em" style="padding-left:20px" ForeColor="#00a7dd" />
<Item Text="Categories" Font-Size="0.9em" style="padding-left:20px" ForeColor="#00a7dd"/>
</Item>
</PanelBar>