Navigation:  Classes > bDataColumn >

bDataColumn:WidthMin

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Defines a minimum width of the column in pixels.

Class

bDataColumn

Type

Access / Assign

Data Type

DWord

Description

The minimum 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 minimum width is not limited.

 

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

See Also

bBrowser:Recalculate()

bBrowserColumn:Width

bDataColumn:CalculateWidth()

bDataColumn:WidthMax

 


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