Multiselect-ComboBox icon indicating copy to clipboard operation
Multiselect-ComboBox copied to clipboard

The multi selection combo box is a WPF custom control with multiple item selection capabilities, along with customizable features to group, sort and filter items in the collection.

Results 13 Multiselect-ComboBox issues
Sort by recently updated
recently updated
newest added

Hi, extremely useful combobox that ive been looking for. I am trying to extend this to work with a datagrid but no luck. I have a really simplified project that...

Could you update to support netcoreapp6?

When IsEditable and EnableFiltering are false I think the control should act like a normal Combobox. - Instead of having a TextBox that cannot be used, maybe we can remove...

enhancement

The solution still builds for .NET 4.7 without problems, would you consider re-adding it to the targets so the NuGet package could be used with older versions?

Hi, I have a little problem when I want to apply a custom filter service. Apparently the filter is only applied after using the edit mode and then change the...

Hi, First, I should say the control looks and works great. I was wondering how we can paste some items? I have tried to implement ApplicationCommands.Paste but it doesn't call/fire...

While sequential input characters into the filter string, it takes as the filtering criteria the value of the text field that was BEFORE the last character was entered. I assume...

Supporting .Net Framework 4.7.2

Is there a better way to remove rounded corners from selected item container other then overriding entire control template? Would it be possible to add something like ItemContainerTemplate or ItemContainerStyle...