Open BornToBeRoot opened 1 year ago
@BornToBeRoot maybe have a look at how MultiSelecitonComboBox works. It has almost everything needed to achieve such a control. However, this control has some really hard to solve issues (at least to be used everywhere and with many customizations). Mainly:
LostFocus
? I will have a look at the control. Is it only available from version 3?
Yes, it's a new control for v3.0. There's a preview available if you want to try out.
Describe the feature
New control to add tokens / tags (See screenshot). Could be helpful for different scenarios. Mainly for tagging.
The items should be bound to a collection.
@punker76 what do you think?
Additional context
Something like this: https://stackoverflow.com/questions/29525410/wpf-control-for-tokenizing
Optional: