issues
search
RWS
/
Multiselect-ComboBox
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.
Apache License 2.0
182
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow Remove tooltip localization - add string property bound from UI
#111
sdolhaor
closed
1 month ago
0
Fix issue #109: MaterialDesign integration
#110
sdolhaor
closed
3 months ago
1
MultiSelectComboBox with material design
#109
PeskovV
closed
3 months ago
4
build fix
#108
rwsdwatson
closed
3 months ago
0
LG-41051 Combo box is closed when trying to select a grouping order for reports
#107
rwsdwatson
closed
3 months ago
0
LG-41051 Combo box is closed when trying to select a grouping order for reports - 2
#106
AnnaAntal
closed
3 months ago
1
LG-41051 Combo box is closed when trying to select a grouping order for reports
#105
AnnaAntal
closed
3 months ago
0
Pat/m/sorins fix
#104
rwsdwatson
closed
4 months ago
0
Fix issue 100: check SelectedItems != null in a few places
#103
sdolhaor
closed
4 months ago
1
Filter is applied before the filter criteria is changed
#102
MikhailGor
opened
6 months ago
1
Support net472
#101
mahdirastegari
closed
3 months ago
0
Argument null Exception
#100
yuqingyang888
closed
4 months ago
2
Custom AutomationPeer - support for Narrator and other accessibility tools
#99
sdolhaor
closed
1 year ago
1
Allow Alt-Up/Down when non editable
#98
sdolhaor
closed
1 year ago
0
Open drop down list on Alt+Up/Down
#97
sdolhaor
closed
1 year ago
0
Alt+Up / Alt+Down for accessibility
#96
ropop-rws
closed
1 year ago
1
Suggestion of Add a comparer
#95
yuqingyang888
closed
1 year ago
5
Add SelectedItemContainerCornerRadius property
#94
sdolhaor
closed
1 year ago
0
Ability to customize item container
#93
Filipsi
closed
1 month ago
4
Fix circular dependency between SelectedItem and SelectedItems (issue 91)
#92
sdolhaor
closed
1 year ago
0
Wrong bindings of SelectedItems
#91
yuqingyang888
closed
1 year ago
1
Fix issue 88: ensure SelectedItem property works well even when the d…
#90
sdolhaor
closed
1 year ago
0
Fix issue 37: update items to respect filtering upon initialization
#89
sdolhaor
closed
1 year ago
0
Add a SelectedItem Property
#88
yuqingyang888
closed
1 year ago
1
Can InputMethod be disabled?
#87
yuqingyang888
closed
1 year ago
2
.net6+Win10 comptiable
#86
yuqingyang888
closed
1 year ago
3
Fix default height window of example's MainWindow
#85
sdolhaor
closed
1 year ago
0
Support for Copy command (Ctr+C)
#84
sdolhaor
closed
1 year ago
0
Add SelectedItem dependency property to support binding without collection
#83
sdolhaor
closed
1 year ago
0
Support for pasting selected items
#82
sdolhaor
closed
1 year ago
0
Bump System.Drawing.Common from 5.0.0 to 5.0.3 in /MultiSelectComboBox/MultiSelectComboBox.Example
#81
dependabot[bot]
closed
1 year ago
0
Move from .NET Core 3.1 to .NET 6 (LTS has ended)
#80
sdolhaor
closed
1 year ago
0
Extending this to a Datagrid
#79
melsawy93
closed
1 year ago
2
Target netcoreapp6
#78
bsundsbo
closed
1 year ago
0
AutoComplete service (to help solving issue 53)
#77
sdolhaor
closed
2 years ago
1
Support for auto-height
#76
sdolhaor
closed
2 years ago
0
Set up standard drop-down behavior for MultiSelectComboBox when IsEdi…
#75
sdolhaor
closed
2 years ago
0
LG-32502: fix issue 70 - band-aid
#74
sdolhaor
closed
2 years ago
0
LG-32502: fix issue 49
#73
sdolhaor
closed
2 years ago
0
LG-32502: fix issue 11
#72
sdolhaor
closed
2 years ago
0
LG-32502: fix filter textbox initialization
#71
sdolhaor
closed
2 years ago
0
Selecting all items results in a NullReferenceException
#70
molnarm
closed
2 years ago
1
Restore .NET 4.7 compatibility?
#69
molnarm
closed
1 year ago
1
When IsEditable and EnableFiltering are false the TextBox's caret and MultiSelectComboBox.SelectedItemsPanel.Readonly.Glyph.Template are visible
#68
caiaandrei
closed
1 year ago
1
Allow main control to resize dynamically when not container bound
#67
mitchcapper
closed
2 years ago
1
Fix IsEnabled binding error (when not implemented) and IsEditMode error
#66
mitchcapper
closed
2 years ago
1
Make tab key functional when DropDown is open
#65
mitchcapper
closed
2 years ago
0
Fix EditMode not working until item selected as filter placeholder missing
#64
mitchcapper
closed
2 years ago
1
You cannot enter edit mode if no item has ever been selected in that box before
#63
mitchcapper
closed
2 years ago
1
Keep internal/displayed selected items in the same order as the bound list
#62
mitchcapper
closed
2 years ago
1
Next