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
Solved! Go to Solution.
Hi Daniel,
Look here maybe it helps:
Hi Daniel,
Look here maybe it helps:
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.
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}}"/>