Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Property to be checked by default in CheckComboBox

$
0
0
Hi,

You can create a new Collection based on the ItemSource and pass it to CheckComboBox.SelectedItemsOverride ;
ObservableCollection<UserObject> newCollection = new ObservableCollection<UserObject>( myItemSourceList );
_combo.SelectedItemsOverride = newCollection ;

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>