Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.49 KB

multirow-property.md

File metadata and controls

52 lines (35 loc) · 1.49 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
MultiRow property
fm20.chm5225068
fm20.chm5225068
Office.MultiRow
2030addd-5a90-e94f-9647-a4aa50e68690
11/16/2018
medium

MultiRow property

Specifies whether the control has more than one row of tabs.

Syntax

object.MultiRow [= Boolean ]

The MultiRow property syntax has these parts:

Part Description
object Required. A valid object.
Boolean Optional. Whether the control has more than one row of tabs.

Settings

The settings for Boolean are:

Value Description
True Allows more than one row of tabs.
False Restricts tabs to a single row (default).

Remarks

The width and number of tabs determines the number of rows. Changing the control's size also changes the number of rows. This allows the developer to resize the control and ensure that tabs wrap to fit the control.

If the MultiRow property is False, truncation occurs if the width of the tabs exceeds the width of the control.

If MultiRow is False and tabs are truncated, there will be a small scroll bar on the TabStrip to allow scrolling to the other tabs or pages.

See also

[!includeSupport and feedback]