displays the rendered path
This commit is contained in:
parent
1dfa65e9c1
commit
52ddb2d559
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,11 @@
|
||||||
Style="{StaticResource PageStyle}">
|
Style="{StaticResource PageStyle}">
|
||||||
<ScrollView>
|
<ScrollView>
|
||||||
<StackLayout>
|
<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}"
|
<ListView x:Name="filelist" ItemsSource="{Binding SubDirectories}"
|
||||||
RefreshCommand="{Binding RefreshCommand}"
|
RefreshCommand="{Binding RefreshCommand}"
|
||||||
SeparatorVisibility="Default"
|
SeparatorVisibility="Default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue