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}">
|
||||
<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…
Add table
Add a link
Reference in a new issue