Navigation:  Classes > bBrowser >

bBrowser:EnableRowResize()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the ability to change the height of rows with the mouse.

Class

bBrowser

Type

Method

Syntax

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

Arguments

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

Description

The height of data rows in the browser can be changed with the mouse. With this method this ability can be enabled or disabled. Using the method bBrowser:IsRowResizeable() the attribute can be queried at any time.

 

After creating a bBrowser control the ability is disabled.

 

To change the height of a row the left mouse button must be pressed and held down on the bottom margin of a row. The height can be changed until the left mouse button is released. Additionally, if the SHIFT key is pressed, the height is changed only in increments that correspond to the height of the active browser font. This ensures that entire text rows are always visible. The procedure can be aborted with the ESC key.

 

If the ability of for variable row height is enabled, changing the height of a row with the mouse causes that for this row switches variable row height off.

See Also

bBrowser:EnableRowHeightVariable()

bBrowser:IsRowResizeable()

bBrowser:ResizeRow()

 


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