Navigation:  Classes > bDataColumn >

bDataColumn:WidthMax

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Defines a maximum width for the column in pixels.

Class

bDataColumn

Type

Access / Assign

Data Type

DWord

Description

The maximum width is considered in the following cases:

Within the method bDataColumn:CalculateWidth(), in order to calculate the width of the column.

With changing the column width with the mouse.

If the column is defined as bBrowser:AutoWidthColumn.

 

If this access contains the value 0, the maximum width is not limited.

 

So that changes to the maximum width can be processed correctly by the bBrowser, the method bDataColumn:CalculateWidth() and after this, the method bBrowser:Recalculate() must be called. This is only necessary if the new maximum width is smaller than the current width of the column.

See Also

bBrowser:Recalculate()

bBrowserColumn:Width

bDataColumn:CalculateWidth()

bDataColumn:WidthMin

 


Page url: http://www.YOURSERVER.com/index.html?bdatacolumn_widthmax.htm