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.
DisableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)
|
Turns off smooth scrolling for this TabbedPage.
|
DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)
|
Disables swiped paging.
|
EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)
|
Turns on smooth scrolling for this TabbedPage.
|
EnableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)
|
Enables swiped paging.
|
GetIsSmoothScrollEnabled(BindableObject)
|
Gets whether smooth scrolling is enabled for element .
|
GetIsSwipePagingEnabled(BindableObject)
|
Returns a Boolean value that tells whether swiped paging is enabled.
|
GetMaxItemCount(BindableObject)
|
Returns the maximum allowed number of items.
|
GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)
|
Returns the maximum allowed number of items.
|
GetOffscreenPageLimit(BindableObject)
|
Returns the number of offscreen pages are cached in memory.
|
GetToolbarPlacement(BindableObject)
|
Returns the toolbar placement.
|
GetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>)
|
Returns the toolbar placement.
|
IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>)
|
Gets whether smooth scrolling is enabled for this TabbedPage.
|
IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>)
|
Gets a Boolean value that controls whether swipe paging is enabled.
|
OffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>)
|
Returns the number of offscreen pages are cached in memory.
|
SetIsSmoothScrollEnabled(BindableObject, Boolean)
|
Enables or disables smooth scrolling on element .
|
SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)
|
Enables or disables smooth scrolling on this TabbedPage.
|
SetIsSwipePagingEnabled(BindableObject, Boolean)
|
Sets a value that controls whether page swiping is enabled to the provided value .
|
SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)
|
Sets a value that controls whether page swiping is enabled to the provided value .
|
SetOffscreenPageLimit(BindableObject, Int32)
|
Sets the number of off-screen pages that are stored in memory to the provided value .
|
SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)
|
Sets the number of off-screen pages that are stored in memory to the provided value .
|
SetToolbarPlacement(BindableObject, ToolbarPlacement)
|
Sets the toolbar placement.
|
SetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>, ToolbarPlacement)
|
Sets the toolbar placement.
|