TabbedPage Class
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.
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 |
| DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>) |
Disables swiped paging. |
| EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>) |
Turns on smooth scrolling for |
| EnableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>) |
Enables swiped paging. |
| GetIsSmoothScrollEnabled(BindableObject) |
Gets whether smooth scrolling is enabled for |
| 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 |
| 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. |