You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: