We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Wrong position Animation and Header

Hello, I have a problem with the BusyIndicator I am using in my application. Every now and then it loads the Animation in the wrong position which means it is inside the Header text. I have a zipfile attached with two images, one how it should look and the other with the wrong placement. This is its code:

<notification:SfBusyIndicator
     IsBusy="{x:Bind ViewModel.IsBusy, Mode=OneWay}"
     AnimationType="GPS"
     Header="Fetching Data..."
     HorizontalAlignment="Center"
     VerticalAlignment="Center"
     ViewboxHeight="150"
     ViewboxWidth="150">
     <notification:SfBusyIndicator.HeaderTemplate>
          <DataTemplate>
               <Grid HorizontalAlignment="Center">
                    <TextBlock Text="{Binding}" FontSize="25" FontWeight="Bold"/>
               </Grid>
          </DataTemplate>
     </notification:SfBusyIndicator.HeaderTemplate>
</notification:SfBusyIndicator>

Usually it jumps into the right position after a moment but it looks weird and a little unprofessional. Any ideas on how I can fix this?

Attachment: BusyIndicator_6f2795b.rar

1 Reply

MK Muneesh Kumar G Syncfusion Team August 29, 2019 12:40 PM UTC

Hi Femke, 
 
Greetings, we have analyzed the reported issue “Wrong position Animation and Header” with given code snippet. We are unable to reproduce the reported issue with latest version in our end. We have prepared the sample with given code snippet. Please check with below sample and let us know if you have any concern on this. Can you please provide the version details for us to analyses further? 
 
Sample Link: 
 
Regards,  
Muneesh Kumar G 
 


Loader.
Up arrow icon