Skip to content

how to display loading or busy while waiting for a remote service call to bring result in MVUX #16791

Answered by modula2019
modula2019 asked this question in Q&A
Discussion options

You must be logged in to vote

This is resolved.
The ProgressRing should be embedded in a Loading Content

<utu:LoadingView Source="{Binding Login}">
  <utu:LoadingView.LoadingContent>
    <ProgressRing HorizontalAlignment="Center" VerticalAlignment="Center" Width="200" Height="200"/>
  </utu:LoadingView.LoadingContent>
</utu:LoadingView>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by modula2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant