ListView.SetRowAnimationsEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetRowAnimationsEnabled(BindableObject, Boolean) | |
SetRowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>, Boolean) |
SetRowAnimationsEnabled(BindableObject, Boolean)
public static void SetRowAnimationsEnabled(Xamarin.Forms.BindableObject element, bool value);
static member SetRowAnimationsEnabled : Xamarin.Forms.BindableObject * bool -> unit
Parameters
- element
- BindableObject
- value
- System.Boolean
Applies to
SetRowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>, Boolean)
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ListView> SetRowAnimationsEnabled(this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ListView> config, bool value);
static member SetRowAnimationsEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ListView> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ListView>
Parameters
- config
- IPlatformElementConfiguration<iOS,ListView>
- value
- System.Boolean