Show TOC

PatternContentAreaLocate this document in the navigation structure

Definition

A PatternContentArea consists of either a ToolBar or a UI element, such as a Container. If you insert a ToolBar and another UI element, the ToolBar will be ignored.

Description of UI Element Properties

  • border

Specifies whether the PatternContentArea is displayed with a border.

  • design

The design property can take the following values and is represented by enumeration type WDPatternContainerDesign .

fill

filled background color

plain

light background color

transparent

no background color

The default value is plain .

  • hasContentPadding

    Defines whether there is content padding.

  • horizontalScrollingMode

    The horizontalScrollingMode property can take the following values and is represented by enumeration type WDUnidirectionalScrollingMode :

    auto

    automatic scrolling.

    none

    no scrolling.

    show

    horizontal and vertical scrolling.

  • visible

This property specifies the visibility of the UI element. The default value for this property is visible .

blank

The UI element is not visible on the screen but takes up space.

none

The UI element is not visible on the screen and takes up no space.

visible

The UI element is displayed on the screen.

Properties Overview

Name

Interface

Type

Initial

Bindable

Border

IWDPatternContentArea

boolean

false

bindable

Design

IWDPatternContentArea

WDPatternContainerDesign

plain

bindable

hasContentPadding

IWDPatternContentArea

boolean

true

bindable

horizontalScrollingMode

IWDPatternContentArea

WDUnidirectionalScrollingMode

none

bindable

Visible

IWDPatternContentArea

WDVisibility

visible

bindable