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}"> Style="{StaticResource PageStyle}">
<ScrollView> <ScrollView>
<StackLayout> <StackLayout>
<StackLayout Orientation="Horizontal">
<Label Text="Dossiers:" /> <Label Text="Dossiers:" />
<Label Text="{Binding UserName}" HorizontalOptions="Start" />
<Label Text="{Binding SubPath}" HorizontalOptions="Start" />
</StackLayout>
<ListView x:Name="filelist" ItemsSource="{Binding SubDirectories}" <ListView x:Name="filelist" ItemsSource="{Binding SubDirectories}"
RefreshCommand="{Binding RefreshCommand}" RefreshCommand="{Binding RefreshCommand}"
SeparatorVisibility="Default" SeparatorVisibility="Default"

Loading…