Header add

In this article we discuss how to use TAG Control in C# in Windows forms application.

The output should like this




To get the tags control we need to a add a package through Nuget FerretLib.WinForms


You can see more details FerretLib.WinForms at GitHub.

After adding the package the Controls are automatically added in the toolbox like below, Open the Form1.cs designer and drag and drop the TagListControl like below;


Windows Forms: TAG Control in C#
Windows Forms with Tag control

If you want to load the custom list into the tag control, using the below line of code you can do this.
You can create a list of string, then add datasource to the TagListControl.


</> Source Code in Github.com/CoreProgramm/




  Summary
   In this tutorial we discussed Windows Forms: TAG Control in C#. If have any question related to this topic then give your feedback.

Post a Comment

Previous Post Next Post