Tag Control - AdarshRise/HandyControl GitHub Wiki

Usage

First add HandyControl refrence

xmlns:hc="https://handyorg.github.io/handycontrol"

then in your xaml

<hc:TagPanel>
<hc:Tag Content="Test"/>
<hc:Tag Content="Test 2"/>
</hc:TagPanel>  
Available Properties Description
ShowAddButton (TagPanel) You can add new tags using it
ShowCloseButton Tags can be closed using this feature
Content Tag text
Selectable You can select tags by this feature
Available Events
AddTagButtonClick