displays the rendered path

This commit is contained in:
Paul Schneider 2016-11-21 10:01:24 +01:00
commit 52ddb2d559

View file

@ -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"