I have a basic vertical menu that is being loaded from an XML file. I want to display a right arrow for any root items that have child items. Is there a way to do this? Should I be looking at the ItemCreated event or is there a property I can assign to the root item in the XML file?
Just curious, have you seen the XML file they use in this online demo?
Looks like all you have to do is add a tag leftlogo="ImageFile.xxx" into the <Item> to define a picture. Is the XML file being generated dynamically somewhere else or are you making it during design?