xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.91k stars 878 forks source link

I'm Working with a CheckComboBox with many items which make the CheckComboBox very wide #1782

Open LaurenceBunnage opened 2 months ago

LaurenceBunnage commented 2 months ago

I'm Working with a CheckComboBox with many items which make the CheckComboBox very wide

A suggestion would be to add a property similar to AllItemsSelectedContent to be shown when multiple items are checked Also an overrride property for no options selected rather than leaving it blank

XceedBoucherS commented 2 months ago

Hi,

About the suggestion of adding a property similar to AllItemsSelectedContent to show a text when multiple items are checked, how would you see it ? I mean, when 3-4-5 items are selected ? An then what the text could be : "Some items selected" ? You could always set a MaximumWidth to your CheckComboBox if it becomes too wide.

About the override for no options selected, you can always set a Watermark. It will be displayed when no items are selected.

Thanks