4 Commits (4ab4d3c0242018bbe9841c62397e00485445d0be)

Author SHA1 Message Date
brianlagunas_cp b7a284dd99 TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys. 15 years ago
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
brianlagunas_cp bdcfc9c093 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
brianlagunas_cp 0499cd1b56 added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. 15 years ago