I've got a SiteMapPath that I create dynamically, which works fine. the only problem is when I add more parent nodes to the control (dynamically) they area appended to the end of the control. This is fine if I only have 5 or 6 parent nodes, but after that, the nodes shrink to fit on the same line. Is there a way to get the parent nodes to wrap and start under the 1 parent node? almost like how text wraps in a control?
I've noticed there is an ItemWrap property to the Menu control, but even when I set this to true, items still don't wrap.