| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <local:FrameScannerView
- xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:local="clr-namespace:PRS.Mobile;assembly=PRS.Mobile"
- xmlns:mobile="clr-namespace:InABox.Mobile;assembly=InABox.Mobile.Shared"
- x:Class="PRS.Mobile.FrameScannerImages"
- x:DataType="{x:Type local:FrameScannerViewModel}">
-
-
- <local:FrameScannerView.Content>
-
- <local:DocumentList
- VerticalOptions="Start"
- PullToRefresh="False"
- ShowRecordCount="False"
- ItemsSource="{Binding DeliveryDocuments}" />
-
- </local:FrameScannerView.Content>
-
- </local:FrameScannerView>
|