All Tags »
Silverlight »
Treemap
Sorry, but there are no more tags available to filter with.
-
I recently had a requirement to deal with displaying groups of dynamic data in Silverlight. The data will come in a variable number of groups, with a variable number of items in each group. In order to display all items correctly, groups that have more items in require more screen real estate than those with less items. Whilst thinking through ...