Consultor Eletrônico



Kbase P72919: How to adjust the width of a DynamicDataBrowser column?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

GOAL:

How to adjust the width of a DynamicDataBrowser column?

FACT(s) (Environment):

Windows
Progress 9.1x
OpenEdge 10.x

FIX:

To adjust the width of a DynamicDataBrowser column, get the handle of that column and operate on its WIDTH property. Examples:

hColumn:WIDTH = hColumn:WIDTH + n.
hColumn:WIDTH = hColumn:WIDTH - n.

where n is an defined integer or decimal value.