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

New Post: CheckComboBox selectedItems

$
0
0
Hi,
  1. Yes, the CheckComboBox.ItemSelectionChanged event is currently only raised when the drop-down has been opened. It will be fixed in v3.4 along with the Command property raising.
  2. Yes a workaround can be
    a) add a handler for CheckComboBox.SelectedItems.CollectionChanged (if the CheckComboBox.SelectedItemsOverride will no longer be modified) :
( ( ObservableCollection<UserGroupType> )UserGroupsTypesCheckedComboBox.SelectedItems ).CollectionChanged += MainWindow_CollectionChanged
b) add a handler of CollectionChanged for your bound variable to CheckComboBox.SelectedItemsOverride (if you are modifying the CheckComboBox.SelectedItems via your bound variable to CheckComboBox.SelectedItemsOverride ) :
tempSelectedUserGroupTypes.CollectionChanged += TempSelectedUserGroupTypes_CollectionChanged;
――――
Get more controls, features, updates and technical support with Xceed Toolkit Plus for WPF

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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