Friday, 15 June 2012

xaml - show progress indicator in windows phone when System.Tray is not visible -


I want to show a progress indicator in the phone app of my windows when System.Tray is not showing (My app full screen is). Is there an easy way to show progress indicator?

Why do not you use ProgresBar control that gives you the same layout When you put it on top of your layout? It's easy to use and looks exactly the same.

  & lt; Grid X: Name = "Layouts" & gt; & Lt ;! - Your control is here - & gt; & Lt; ProgressBar x: name = "MyProgressBar" vertical alignment = "top" IIID and menu = "true" /> & Lt; / Grid & gt;  

No comments:

Post a Comment