Merge pull request #28 from feinstein/feature/improve-ui
Improved the example UI Bindings.
This commit is contained in:
commit
801a8ff4f5
@ -14,13 +14,13 @@
|
|||||||
Address="http://www.google.com" />
|
Address="http://www.google.com" />
|
||||||
<StatusBar Grid.Row="1">
|
<StatusBar Grid.Row="1">
|
||||||
<ProgressBar HorizontalAlignment="Right"
|
<ProgressBar HorizontalAlignment="Right"
|
||||||
IsIndeterminate="{Binding WebBrowser.IsLoading}"
|
IsIndeterminate="{Binding IsLoading, ElementName=Browser}"
|
||||||
Width="100"
|
Width="100"
|
||||||
Height="16"
|
Height="16"
|
||||||
Margin="3" />
|
Margin="3" />
|
||||||
<Separator />
|
<Separator />
|
||||||
<!-- TODO: Could show hover link URL here -->
|
<!-- TODO: Could show hover link URL here -->
|
||||||
<TextBlock />
|
<TextBlock Text="{Binding Address, ElementName=Browser}"/>
|
||||||
</StatusBar>
|
</StatusBar>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
Loading…
Reference in New Issue
Block a user