From 17fdde66d94155fc62a034fa6658995bef6fd6e5 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 22 Mar 2016 13:02:25 -0700 Subject: Initial import --- .../Xamarin.Forms/ScrollToRequestedEventArgs.xml | 128 +++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToRequestedEventArgs.xml (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToRequestedEventArgs.xml') diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToRequestedEventArgs.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToRequestedEventArgs.xml new file mode 100644 index 00000000..a734af84 --- /dev/null +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ScrollToRequestedEventArgs.xml @@ -0,0 +1,128 @@ + + + + + Xamarin.Forms.Core + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + System.EventArgs + + + + Arguments for the event that is raised when a scroll is requested. + To be added. + + + + + + Property + + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + Xamarin.Forms.Element + + + An element to scroll to. + To be added. + To be added. + + + + + + Property + + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + Xamarin.Forms.ScrollToMode + + + Whether to scroll by element or by position. + To be added. + To be added. + + + + + + Property + + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + Xamarin.Forms.ScrollToPosition + + + An enumeration value that describes which part of an element to scroll to. + To be added. + To be added. + + + + + + Property + + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + System.Double + + + The X position to scroll to. + To be added. + To be added. + + + + + + Property + + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + System.Double + + + The Y position to scroll to. + To be added. + To be added. + + + + + + Property + + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + System.Boolean + + + Gets a value that tells whether the scroll operation should be animated. + To be added. + To be added. + + + + -- cgit v1.2.3