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 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.
</> Source Code in Github.com/CoreProgramm/
Summary
Post a Comment