Navigation:  Classes > bBrowser >

bBrowser:EnableRowHeightVariable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the variable height of data rows.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:EnableRowHeightVariable([<lEnable>]) Æ NIL

Arguments

<lEnable>A logical value that indicates whether the height of data rows is to be adapted automatically. If this argument is not specified, the value TRUE is used as a default, and the ability is enabled.
Data type:Logic

Description

With this method the bBrowser can be adjusted so that it calculates the height of each data row automatically. If this ability is enabled, the bBrowser checks whether open columns with the data type Memo ("M"), Bitmap or Icon exist or whether the property bDataColumn:HeightVariable is set to TRUE. With the values of these columns the height of each data row is calculated.

 

Using the method bBrowser:IsRowHeightVariable() the attribute can be queried at any time.

 

After creating a bBrowser control the ability is disabled.

 

So that changes to this ability can be processed correctly by the bBrowser, the browser must be recalculated by calling the method bBrowser:Recalculate(). This is only necessary if the browser is already linked to a data server.

See Also

bBrowser:CalculateRowHeight()

bBrowser:ColumnVariableHeightList

bBrowser:EnableRowResize()

bBrowser:ExistRowsWithVariableHeight()

bBrowser:GetRowHeight()

bBrowser:IsRowHeightVariable()

bBrowser:RowHeightMax

bBrowser:SetRowHeight()

bBrowser:Use()

bDataColumn:HeightVariable

 


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