如何在工具栏项中放置活动性指示器?
为什么不把ActivityIndicator放到工具栏视图中呢?
<YourToolbarView> <ActivityIndicator IsRunning="IsBusy" IsVisible="IsBusy"/> <SomeOtherViewsInYourToolBar/> </YourToolbarView>