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

SplitButton Items #2360

Closed
chrisklepeis opened this issue Feb 18, 2016 · 1 comment · Fixed by #2572
Closed

SplitButton Items #2360

chrisklepeis opened this issue Feb 18, 2016 · 1 comment · Fixed by #2572
Labels
Milestone

Comments

@chrisklepeis
Copy link

<metro:SplitButton 
    HorizontalContentAlignment="Left"
    VerticalContentAlignment="Center"
    SelectedIndex="1"
    Width="120"
    VerticalAlignment="Center">
    <metro:SplitButton.Items>
        <s:String>Save and Close</s:String>
        <s:String>Save</s:String>
    </metro:SplitButton.Items>
</metro:SplitButton>

It appears I need to create some dummy view models and bind to ItemsSource? Not sure why this wouldn't work. It runs but I see nothing in the drop down.

@punker76
Copy link
Member

punker76 commented Jul 8, 2016

@chrisklepeis will be fixed with #2572

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

Successfully merging a pull request may close this issue.

2 participants