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

multi selection for combo box #510

Closed
ghost opened this issue Jun 3, 2013 · 18 comments
Closed

multi selection for combo box #510

ghost opened this issue Jun 3, 2013 · 18 comments

Comments

@ghost
Copy link

ghost commented Jun 3, 2013

I think that a multi select feature within the combo box control could be useful. In fact, I have tried to make a "multi select combo box" taking third party classes and then applying mahapps metro to them, but I get dissimilar results.
This is how my control looks until now:
http://sdrv.ms/10MeWDB
http://sdrv.ms/10MeXr0

My question is, will be added this feature to the combo box control? namely, multi select feature.

before
while

@shiftkey
Copy link

shiftkey commented Jun 5, 2013

You'd need to use a different control template to get this behaviour,right?

http://www.codeproject.com/Articles/563862/Multi-Select-ComboBox-in-WPF

@ghost
Copy link
Author

ghost commented Jun 5, 2013

Unfortunately, yes.

http://www.codeproject.com/Articles/30142/WPF-CheckListBox-RadioListBox-CheckComboBox-RadioC

programsample

I am using it as a different control from the already provided, but my approach over this article only satisfies specific needs.

@ghost ghost assigned punker76 Oct 15, 2013
@AzureKitsune AzureKitsune mentioned this issue Oct 27, 2013
20 tasks
@AzureKitsune AzureKitsune mentioned this issue Nov 14, 2013
15 tasks
@ghost ghost assigned punker76 Nov 14, 2013
@AzureKitsune AzureKitsune mentioned this issue Jan 12, 2014
@topvis
Copy link

topvis commented Jan 12, 2014

Would be good if add a "(Select all)" as the first item.

@punker76 punker76 mentioned this issue Mar 24, 2014
33 tasks
@punker76 punker76 modified the milestones: v0.14, v0.13 Mar 24, 2014
@flagbug flagbug removed this from the v0.14 milestone Aug 2, 2014
@punker76 punker76 removed their assignment Nov 9, 2015
@Evangelink
Copy link
Contributor

@punker76 @ferbraz89 Would be happy to help on this one. What's the current state of this feature? The screenshot from June 2013 looks like a finished control.

@ghost
Copy link
Author

ghost commented Sep 14, 2016

@Evangelink Last time I checked (aka prior to v1.0) this specific control wasn't developed yet. I can't remember much about it but the screenshoot from June 2013 was merely the result of using the control (made by somebody else) side by side with Mahapps.Metro. I managed to get both to work in a classic MVVM scenario by writing extremely nasty code that simply did the trick that I was searching for in the moment. I wish I could tell you more but that's all I know.

@Speuline
Copy link

No news? This control would be very helpful :'(
The feature was abandonned?

@Speuline
Copy link

Still no news? This feature would be great...

@GF-Huang
Copy link

need this feature too.

@Malavos
Copy link

Malavos commented May 23, 2018

I would plan this out, but it's not a urgent issue. There are some bugs we need to check first. I will continue contribuing soon, but my backlog is this issue here.

@ChriRosi
Copy link

I would also need this feature.

@Dragoneel009
Copy link

This feature would much appreciated and very useful to us

@Malavos
Copy link

Malavos commented Aug 16, 2018

How that would work? I am wondering that, if we have too many items selected, the combo box text will not appear to the user. I think multi-select combo box control needs a different design to handle this.

@Malavos
Copy link

Malavos commented Aug 16, 2018

I would settle for making something like this. It works quite well. When there are many options selected, it just shows the ammount selected, not the items per se.

@Evangelink
Copy link
Contributor

I have the feeling such control doesn't provide users with a good UX and can often be replaced by some other controls or be split into a multi step dialog.

@Malavos
Copy link

Malavos commented Aug 16, 2018

@Evangelink take a look at the one I've referenced. Our UX and designer here approved to use this specific component for another project. I think it's a great solution, all things considered.

@GF-Huang
Copy link

GF-Huang commented Nov 3, 2018

still no news..

@timunie
Copy link
Collaborator

timunie commented Jul 17, 2019

I have a MultiSelectionComboBox written on my own, but it only supports string input. If we need any object to be supportet, i don't have an idea.

If someone wants me to post my code please give me a sign 😄

Happy coding
Tim

@punker76
Copy link
Member

punker76 commented Nov 14, 2020

This will be continued in #3802

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

No branches or pull requests