Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a new List #12

Open
devilwacause opened this issue Aug 14, 2017 · 0 comments
Open

Creating a new List #12

devilwacause opened this issue Aug 14, 2017 · 0 comments

Comments

@devilwacause
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant