Hello everyone.
We've developed a Silverlight application that allows users to drag and drop content in at runtime to the book. We're controlling content via an observable collection.
The book makes use of 'placeholder' type pages that act as drop destinations for the content. My problem is, if I replace the content of a page at run time I can't get the book to refresh the page without navigating away from the page and back. Even navigation doesn't always do the trick as the pages we've replaced are still in the book's own cache.
Does anyone know a way of forcing the book to refresh its current page (and its underlying page cache) in-situ? Either via the book control or a generic Silverlight command to force UI refreshment?
Thanks in advance.
We've developed a Silverlight application that allows users to drag and drop content in at runtime to the book. We're controlling content via an observable collection.
The book makes use of 'placeholder' type pages that act as drop destinations for the content. My problem is, if I replace the content of a page at run time I can't get the book to refresh the page without navigating away from the page and back. Even navigation doesn't always do the trick as the pages we've replaced are still in the book's own cache.
Does anyone know a way of forcing the book to refresh its current page (and its underlying page cache) in-situ? Either via the book control or a generic Silverlight command to force UI refreshment?
Thanks in advance.