I want to move the picture for each item the the right hand side. How can I do this?
Edit: I am going to have text in each item as well
I played around with UltraWebMenus options for a little and also could not find something that can easily be used out of the box. Maybe you can use something similar to what is suggested in this forum thread for UltraWebTree
http://forums.infragistics.com/forums/t/2613.aspx
Basically, using HTML in the item.Text property. This way, you can create a table with two cells (just an example) and use the first cell of the table for the actual item text and the second (right-aligned) can hold the image.