I have added a default menu control to my user control. I need to style the menu to remove the left margin containing the space for the icon or checkbox. How can I do this?
My simple way is to use a negative margin for the Grid in the ItemTemplate
see full answer here