Properties of DataWindow control

Supported

The supported properties of DataWindow controls are listed in the table below:

Border

BorderStyle*

BringToTop

ControlMenu

DataObject

DragAuto

DragIcon

Enabled

Height

HScrollBar*

LiveScroll

Icon

MaxBox

MinBox

Object

Resizable*

RightToLeft

TabOrder

Tag

Title

TitleBar

Visible

VScrollBar*

Width

X

Y

 

 

  • BorderStyle

    Three types of BorderStyle are supported: Box, 3D Raised, and 3D Lowered. Shadow Box is unsupported.

  • HScrollBar

    In PowerBuilder, when the property VScrollBar or HScrollBar is changed from visible to invisible or from invisible to visible, the Resize event will be triggered. However, in the same scenario on the Web, the Resize event will not be triggered.

  • Resizable

    The Resizable property cannot be dynamically changed.

    After setting this property to True, setting Border properties will not be effective.

  • VScrollBar

    In PowerBuilder, when the property VScrollBar or HScrollBar is changed from visible to invisible or from invisible to visible, the Resize event will be triggered. However, in the same scenario on the Web, the Resize event will not be triggered.

Unsupported

The unsupported property of DataWindow control is ClassDefinition and HSplitScroll.