-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Multi-select combo box with check marks #3802
Comments
I have also a need for such a control. At the moment I use my own control which does all I need. I don't know if such a control is a good control in terms of UI / UX. Below is a preview of the current implementation: Example of a MultiSelectionComboBox Features at the Moment:
@punker76 if you want to implement this control, I can make a PR here. Happy coding |
@timunie Looks great, please post the code here and maybe we can add it. |
@Luk164 I think this is @punker76 s decision.
Happy coding |
Is your feature request related to a problem? Please describe.
I currently used an open source fork of extended wpf toolkit because of their CheckComboBox component. Is there any way to replace it with something from MahApps?
Describe the solution you'd like
A simple and reliable way to replace this:
Additional context
This is a member of a custom datagrid column. I need it to be able to bind and immidiately update all items that are selected with checkmarks. (this is used in edit item scenario where list sends edited object to editor and page just binds everything to this object, so any items that were previously selected have to be updated)
The text was updated successfully, but these errors were encountered: