All the controls missing in WPF. Over 1 million downloads.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brianlagunas_cp b7a284dd99 TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys. 15 years ago
..
Token.cs TokenizedTextBox: got the basics working. No autocomplete yet, but the value is looked up from the ItemsSource. This control can be used with or without an itemsrouce backing values. If no ItemsSource is define, the Text property will be a list of semi-colon separated values. If backed by an ItemsSource the Text property will be a semi-colon separated list of values based on the ValueMemberPath property: 15 years ago
TokenItem.cs added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. 15 years ago
TokenizedTextBox.cs TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys. 15 years ago
TokenizedTextBoxCommands.cs added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. 15 years ago