代码之家  ›  专栏  ›  技术社区  ›  Phill

活动指示器作为工具栏项

  •  0
  • Phill  · 技术社区  · 6 年前

    如何在工具栏项中放置活动性指示器?

    1 回复  |  直到 6 年前
        1
  •  0
  •   Woj    6 年前

    为什么不把ActivityIndicator放到工具栏视图中呢?

    <YourToolbarView>
    <ActivityIndicator IsRunning="IsBusy" IsVisible="IsBusy"/>
    <SomeOtherViewsInYourToolBar/>
    </YourToolbarView>