How can I show a ProgressRing control ONLY on top of/overlaying my current page?

前端 未结 3 861
轻奢々
轻奢々 2021-01-27 10:02

I\'m an Android developer trying to learn UWP development, and stuck on this simple need. I have 3 pages and want to make a ProgressRing accessible to all 3 pages, so when I\'m

3条回答
  •  粉色の甜心
    2021-01-27 10:15

    Possible Steps:

    1. Right-click the project.
    2. Add > New Item > User Control
    3. Inside your CustomUserControl xaml you can add your ProgressRing control which only needs to be customized once. To use this CustomUserControl on any of your pages.

    That's a pretty basic way to do it.

提交回复
热议问题