Hi,
I have added semantic zoom control to my application, on each separate click of button i want to update the contents of semantic zoom and reload it with new data. For data binding i am using 'CollectionViewSource'.
When i click on button it fetch the records which are related to clicked button; but it don't get update on UI (Semantic zoom displays same element as previous)
Please let me know how to update and assign dynamic values to semantic zoom control.
Thanks.