MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.33k stars 2.44k forks source link

New Control: Tokenizing / Tags #4401

Open BornToBeRoot opened 1 year ago

BornToBeRoot commented 1 year ago

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

image

Optional:

timunie commented 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:

BornToBeRoot commented 1 year ago

I will have a look at the control. Is it only available from version 3?

timunie commented 1 year ago

Yes, it's a new control for v3.0. There's a preview available if you want to try out.