FrameScannerImages.xaml 743 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <local:FrameScannerView
  3. xmlns="http://xamarin.com/schemas/2014/forms"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  5. xmlns:local="clr-namespace:PRS.Mobile;assembly=PRS.Mobile"
  6. xmlns:mobile="clr-namespace:InABox.Mobile;assembly=InABox.Mobile.Shared"
  7. x:Class="PRS.Mobile.FrameScannerImages"
  8. x:DataType="{x:Type local:FrameScannerViewModel}">
  9. <local:FrameScannerView.Content>
  10. <local:DocumentList
  11. VerticalOptions="Start"
  12. PullToRefresh="False"
  13. ShowRecordCount="False"
  14. ItemsSource="{Binding DeliveryDocuments}" />
  15. </local:FrameScannerView.Content>
  16. </local:FrameScannerView>