SheetListVisible

Applies to

Window controls

Description

Specifies whether the SheetList panel and button is visible in the ribbon bar.

When this property is true, and when there are opened sheets, a panel will be automatically added at the position specified by the OpenSheet function, or as the last panel in the first category; and a SheetList button with a dropdown menu that contains a list of opened sheets will be added to that panel.

TRUE – (Default) The SheetList panel and button is visible when a sheet list is available.

FALSE – The SheetList panel and button is invisible.

Usage

In a painter

To specify whether the SheetList panel and button is visible in the ribbon bar:

  1. In the Window painter, select the RibbonView tab page in the window's Properties view.

  2. Select or de-select the check box of SheetListVisible.

In scripts

This statement specifies to show the SheetList panel and button when a sheet list is available:

mdi_1.SheetListVisible = true

When the ShowSheetList property is true, a panel named OpenSheet (visible is false by default) and a button (whose tag value is SheetList) will be added after the last panel of the first category. This OpenSheet panel will only be visible when there is an open sheet window.

The sheet list is displayed in the Window menu in the original menu style:

When SheetListVisible is TRUE and a sheet window is opened, the sheet list is shown as follows: