Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145151 | Jun 10,2019 09:54 AM UTC | Jul 30,2019 09:53 AM UTC | Xamarin.Forms | 7 |
![]() |
Tags: SfPullToRefresh |
[C#]
private async void DataGrid_GridLoaded(object sender, GridLoadedEventArgs e)
{
indicator.IsBusy = true;
indicator.IsVisible = true;
indicator.AnimationType = AnimationTypes.SlicedCircle;
grid.Children.Add(indicator);
await Task.Delay(200);
indicator.IsBusy = false;
indicator.IsVisible = false;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.