Friday, May 10, 2013

Charm Bar Development in Metro Style

If you want to navigate to new page from charm bar


then use below line in DoOperation() method.



this.Frame.Navigate(typeof(BasicPage));

or


you can use CharmFlyout


http://w8isms.blogspot.in/2012/07/charmflyout-another-charming.html


If you want more functionality in it.


Please remember to mark the replies as answers it will help others too.

1 comment: