Share via


TabbedPage Class

Definition

The tabbed page instance that Microsoft.Maui.Controls created on the Android platform.

public ref class TabbedPage abstract sealed
public static class TabbedPage
type TabbedPage = class
Public Module TabbedPage
Inheritance
TabbedPage

Fields

Name Description
IsSmoothScrollEnabledProperty

Bindable property for IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>).

IsSwipePagingEnabledProperty

Bindable property for IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>).

OffscreenPageLimitProperty
Obsolete.

Bindable property for OffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>).

ToolbarPlacementProperty

Bindable property for ToolbarPlacement.

Methods

Name Description
DisableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

Turns off smooth scrolling for thisTabbedPage.

DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

Disables swiped paging.

EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

Turns on smooth scrolling for thisTabbedPage.

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)

Gets the maximum number of tab items allowed. Returns 5 for bottom placement, unlimited for top.

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

Gets the maximum number of tab items allowed. Returns 5 for bottom placement, unlimited for top.

GetOffscreenPageLimit(BindableObject)
Obsolete.

Returns the number of offscreen pages are cached in memory.

GetToolbarPlacement(BindableObject)

Gets the toolbar placement (Top or Bottom) on Android.

GetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>)

Gets the toolbar placement (Top or Bottom) on Android.

IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>)

Gets whether smooth scrolling is enabled for thisTabbedPage.

IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>)

Gets a Boolean value that controls whether swipe paging is enabled.

OffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>)
Obsolete.

Returns the number of offscreen pages are cached in memory.

SetIsSmoothScrollEnabled(BindableObject, Boolean)

Sets whether tab transitions use smooth scrolling animation on Android.

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Sets whether tab transitions use smooth scrolling animation on Android.

SetIsSwipePagingEnabled(BindableObject, Boolean)

Sets whether swipe navigation between tabs is enabled on Android.

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Sets whether swipe navigation between tabs is enabled on Android.

SetOffscreenPageLimit(BindableObject, Int32)
Obsolete.

Sets the number of pages cached in memory on either side of the current page.

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)
Obsolete.

Sets the number of pages cached in memory on either side of the current page.

SetToolbarPlacement(BindableObject, ToolbarPlacement)

Sets the toolbar placement (Top or Bottom) on Android. Cannot be changed after initial set.

SetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>, ToolbarPlacement)

Sets the toolbar placement (Top or Bottom) on Android. Cannot be changed after initial set.

Applies to