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.IsChecked is not bound 2 way by default #545

Closed
GeertvanHorrik opened this issue Mar 12, 2018 · 1 comment
Closed

SplitButton.IsChecked is not bound 2 way by default #545

GeertvanHorrik opened this issue Mar 12, 2018 · 1 comment

Comments

@GeertvanHorrik
Copy link
Contributor

So this is a rare use case, but an end-user wanted a toggle button with a list of "fine-grained" control. So they want a drop down (split button) where they could filter specific items, but the toggle button should toggle the state of all the filters.

I think this can easily be fixed by adding "BindsTwoWayByDefault", but not sure whether this is intended (I also had to search for the "IsCheckable" property as well before getting this to work).

@batzen batzen self-assigned this Mar 13, 2018
@batzen batzen added this to the 7.0.0 milestone Mar 13, 2018
@batzen
Copy link
Member

batzen commented Mar 13, 2018

Will align property metadata with that of ToggleButton.IsChecked.

If you discover something that's not that obvious, like "IsCheckable", feel free to contribute some documentation to the documentation repo. ;-)
I am bad a documenting... :-(

@batzen batzen closed this as completed in 5635a89 Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants