fixes the bill display
This commit is contained in:
parent
e3a64b1e67
commit
057d7dfdeb
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
></views:MarkdownView>
|
||||
|
||||
|
||||
<ListView x:Name="BillListView" >
|
||||
<ListView x:Name="BillListView" ItemsSource="{Binding Bill}" >
|
||||
<ListView.ItemTemplate RowHeight="20">
|
||||
<DataTemplate >
|
||||
<ViewCell>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue