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 07f8e54f87 TokenizedTextBox: fixed bug when adding spaces before a toekn which would add extra runs and cause an exception when trying to delete the token by using the embedded delete button. 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: fixed bug when adding spaces before a toekn which would add extra runs and cause an exception when trying to delete the token by using the embedded delete button. 15 years ago
TokenizedTextBoxCommands.cs added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. 15 years ago