Table of Contents

Method AddNextAndPreviousTabButtons

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

AddNextAndPreviousTabButtons(AddNextAndPreviousTabButtonsFlags, NextAndPreviousTabButtonsParams?)

Adds 'Next Tab' and 'Previous Tab' buttons to the toolbar. These buttons allow navigation between tabs which is useful on mobile devices.

public virtual void AddNextAndPreviousTabButtons(SimpleToolBarView.AddNextAndPreviousTabButtonsFlags flags = AddNextAndPreviousTabButtonsFlags.None, SimpleToolBarView.NextAndPreviousTabButtonsParams? prm = null)

Parameters

flags SimpleToolBarView.AddNextAndPreviousTabButtonsFlags

Flags to customize the behavior of the added buttons.

prm SimpleToolBarView.NextAndPreviousTabButtonsParams?

Parameters for adding 'Next Tab' and 'Previous Tab' buttons.