mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Removed ProgressBar IsIndeterminate state
This commit is contained in:
parent
069072ce34
commit
61a772d02b
4 changed files with 0 additions and 20 deletions
|
|
@ -170,13 +170,6 @@
|
|||
DataContext="{Binding MapLayer, ElementName=map}">
|
||||
<ProgressBar Width="100" Height="8" Margin="4,2" VerticalAlignment="Center"
|
||||
Maximum="1" Value="{Binding LoadingProgress}">
|
||||
<ProgressBar.IsIndeterminate>
|
||||
<Binding Path="Value" RelativeSource="{RelativeSource Self}">
|
||||
<Binding.Converter>
|
||||
<local:DoubleTriggerConverter Trigger="0" TriggerValue="true" DefaultValue="false"/>
|
||||
</Binding.Converter>
|
||||
</Binding>
|
||||
</ProgressBar.IsIndeterminate>
|
||||
<ProgressBar.Visibility>
|
||||
<Binding Path="Value" RelativeSource="{RelativeSource Self}">
|
||||
<Binding.Converter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue