12 Commits (2d83a412e9406cbf2d24acaeaf723e89a0893d7d)

Author SHA1 Message Date
emartin_cp a64bb838eb Rename WPFToolkit.Extended directories for Xceed.Wpf.Toolkit 13 years ago
Nebuleux_cp 1f0dbeb7e0 Change the license back to Microsoft Public (Ms-PL) in the header of every .cs and .xaml files. 14 years ago
Nebuleux_cp a5a5359315 Change the namespaces. 14 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 14 years ago
brianlagunas_cp d073b12f3c BREAKING CHANGES: CheckComboBox and CheckListBox now derives from same Selector base class. 15 years ago
brianlagunas_cp 57e749ad67 CheckListBox: fixed bug where CheckedItems would be null when setting the items source. 15 years ago
brianlagunas_cp f12df52f69 CheckListBox: renamed properties 15 years ago
brianlagunas_cp 884a634e0c CheckListBox: fixed bug when checking/unchecking the SelectedItem and the Command doesn't fire. 15 years ago
brianlagunas_cp b3ad5ff1dd minor changes to CheckListBox 15 years ago
brianlagunas_cp 096fd815ce working on the CheckListBox. You bind your collection to the ItemsSource property. Set the DisplayMemberPath, and the CheckedMemberPath. It also supports Commanding. Set the Command property to your command. The parameter will default to the SelectedItem, which is the item that was just checked/unchecked. It also has a SelectionChganged event. You can obtain the object the was check/unchecked from the e.Item property of the event args. 15 years ago
brianlagunas_cp 171f315dda CheckListBox: still working on it 15 years ago
brianlagunas_cp 402858a083 initial check-in of new CheckListBox. not ready for use yet. still playing with architecture. 15 years ago