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

IsSmoothScrollEnabledProperty

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

IsSwipePagingEnabledProperty

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

OffscreenPageLimitProperty

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

ToolbarPlacementProperty

Bindable property for ToolbarPlacement.

Methods

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)

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 thisTabbedPage.

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 thisTabbedPage.

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.

Applies to