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)
- Source:
- ListView.cs
- Source:
- ListView.cs
public:
static void SetRowAnimationsEnabled(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetRowAnimationsEnabled (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetRowAnimationsEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetRowAnimationsEnabled (element As BindableObject, value As Boolean)
Parameters
- element
- BindableObject
- value
- Boolean
Applies to
SetRowAnimationsEnabled(IPlatformElementConfiguration<iOS,ListView>, Boolean)
- Source:
- ListView.cs
- Source:
- ListView.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::ListView ^> ^ SetRowAnimationsEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::ListView ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.ListView> SetRowAnimationsEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.ListView> config, bool value);
static member SetRowAnimationsEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.ListView> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.ListView>
<Extension()>
Public Function SetRowAnimationsEnabled (config As IPlatformElementConfiguration(Of iOS, ListView), value As Boolean) As IPlatformElementConfiguration(Of iOS, ListView)
Parameters
- config
- IPlatformElementConfiguration<iOS,ListView>
- value
- Boolean
Returns
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.