I would like to display tags (as shown in the attachment). Which control is best to do so – FlowLayoutPanel ?
And how to create a custom content control for tags which is small picture icon and label?
All suggestions are welcomed.
Thanx,
D
There is also a TagCloud sample here.
I suppose you could create a custom user control where you can set the colors and text of a label set to autosize and dynamically add them to a flowlayout panel. If you don’t need custom control – you may just be able to just add standard labels to the FlowLayoutPanel.
Please login first to submit.