-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Working on creating a dynamic list and running into problems, maybe somebody has a solution I havent come across.
So I read in a group of "names" from an xml document. What I'd like to do is then create a new RadialMenu List from this group of names so that as time goes on, the menu can grow (considering models of an item here). Anybody have an idea or solution to this?
I've tried doing it inside the
MainMenu.Items = new List {
}
but cannot do for example a for each loop thru this area to create the new items.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels