Hi,
Can you please say how can we align the sub item to left. Its in middle and also lines between the sub items.
Thanks in advance
<XPSpacerImage Width="1px" />
I have the same issue. Have not found a solution yet.
Thanks a lot.... I got the images removedbut the text seems to be not straight in the sub items.
Example:
Test
test1
test2
test3
Any ideas..
Thanks
Settinh style property text-align: left should work for you. However, before the text of items there is a space for image, and you can use the property Width="0px" of XPSpacerImage tag within Images tag to hide this.
<Images>
<XPSpacerImage Width="0px" />
</Images>
Hope this helps.