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

Content property can only be set once #10

Open
JohnHardy opened this issue Jul 31, 2017 · 0 comments
Open

Content property can only be set once #10

JohnHardy opened this issue Jul 31, 2017 · 0 comments

Comments

@JohnHardy
Copy link

When using the control I found I had to add the child items to a Items collection rather than following the example code listed on the website:

        <rm:RadialMenu IsOpen="True">
            <rm:RadialMenu.CentralItem>
                <rm:RadialMenuCentralItem>
                    <TextBlock>Close</TextBlock>
                </rm:RadialMenuCentralItem>
            </rm:RadialMenu.CentralItem>

            <rm:RadialMenu.Items>
                <rm:RadialMenuItem>
                    <TextBlock>A</TextBlock>
                </rm:RadialMenuItem>
                <rm:RadialMenuItem>
                    <TextBlock>B</TextBlock>
                </rm:RadialMenuItem>
            </rm:RadialMenu.Items>
            
        </rm:RadialMenu>

I'm running .NET 4.2. Is this behaviour expected?

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