displays the rendered path

vnext
Paul Schneider 8 years ago
parent 565caafc09
commit f146c71bc4
1 changed files with 5 additions and 1 deletions

@ -5,7 +5,11 @@
Style="{StaticResource PageStyle}">
<ScrollView>
<StackLayout>
<Label Text="Dossiers:" />
<StackLayout Orientation="Horizontal">
<Label Text="Dossiers:" />
<Label Text="{Binding UserName}" HorizontalOptions="Start" />
<Label Text="{Binding SubPath}" HorizontalOptions="Start" />
</StackLayout>
<ListView x:Name="filelist" ItemsSource="{Binding SubDirectories}"
RefreshCommand="{Binding RefreshCommand}"
SeparatorVisibility="Default"

Loading…