Navigation:  Classes > bBrowser >

bBrowser:AdjustColumnBands()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the columns in column bands and adjusts the height of the column bands to the height of the columns.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:AdjustColumnBands(

[<lBandHeight>],

[<lColumnList>]

) Æ lAdjust

Arguments

<lBandHeight>A logical value that indicates whether the height of the column bands is to be adjusted. If this argument is not passed the default value TRUE is used.
Data Type:Logic

 

<lColumnList>A logical value that indicates whether the columns in the column bands are to be determined. If this argument is not passed the default value TRUE is used.
Data Type:Logic

Return Value

lSuccessA logical value that indicates whether the column bands were adjusted.
TRUEThe column bands were adjusted.
FALSEThe column bands were not adjusted.
Data Type:Logic

Description

bBrowser:AdjustColumnBands() adjusts the column bands. The method determines both the height of the column bands from the open columns and the visible columns which are contained in the column bands.

 

Column bands are adapted by the bBrowser to the following actions automatically:

Opening a column (see also bBrowser:OpenColumn())

Closing a open column (see also bBrowser:CloseColumn())

Horizontal scrolling (see also bBrowser:HorizontalScroll())

Moving an open column (see also bBrowser:MoveColumn())

Resizing an open column (see also bBrowser:ResizeColumn() and bBrowser:ResizeColumnAuto())

 

Furthermore, the column bands are adapted by calling the method bBrowser:Recalculate().

See Also

bBrowser:AdjustCaptionHeight()

bBrowser:AdjustFooterHeight()

bBrowser:AdjustRecordGroupWidth()

bBrowser:AdjustTitleHeight()

bBrowser:GetColumnBandNo()

 


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