ScrollbarsAlwaysShown (Property)

Applies To:

DashboardSection object

Description:

Enables you to always display scrollbars for embedded section objects. This property does not apply to hyperlinked embedded section objects or view-only embedded sections with auto-sizing enabled.

The default setting, show scrollbars after the embedded section is selected, is false.

Action:

Read-write, Boolean

Example:

This example shows how to enable embedded section objects to always show scrollbars:

ActiveDocument.Sections["Dashboard"].Shapes["Chart1"].ScrollbarsAlwaysShown = true