Cardenio
Cardenio

Reputation: 61

Tag cloud control for WPF

Could anyone provide me an implementation of a tag cloud control for WPF, o point me to a site that shares one?

I am developing a WPF aplication with Visual Studio 2010, and I am using .NET Framework 4.0.

Upvotes: 6

Views: 997

Answers (1)

Brendan Hannemann
Brendan Hannemann

Reputation: 2154

A simple Google search for "wpf tag cloud" yielded this: http://blogs.vertigo.com/personal/alanl/Blog/Lists/Posts/Post.aspx?ID=18

It is also the same answer for this SO question: Tag cloud in WPF

Upvotes: 1

Related Questions