Hi,
Is there a way to show the following waiting control on a Dockpane while my custom WPF control is loading data? Also I'd like to change its label (not "Loading Map ..."). Help or any hints are much appreciated.
Regards,
Daniel
Hi Daniel,
Look here maybe it helps:
https://community.esri.com/t5/arcgis-pro-sdk-questions/how-can-i-show-the-quot-loading-animation-quot-using-arcgis-pro/td-p/838948
I found out how to resize the CircularAnimationControl. Like this the control works for me. Thanks.
<controls:CircularAnimationControl Grid.Row="2" Foreground="{DynamicResource Esri_BorderSelectedBrush }" SpeedRatio="0.5" Width="30" Height="30" Visibility="{Binding Loading, Converter={StaticResource VisibilityConverter}}"/>
Hi Gintautas,
Thanks for your help. For the moment I use the CircularAnimationControl but that's not exactly what I'm looking for. For instance I didn't find out how to resize it. I'd rather prefer to use the control in the attached image which appears while a map is loading. I'd like my custom control to look Pro-ish.
Thanks.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.