Navigation:  Classes > bBrowser >

bBrowser:EnableCellGroupResize()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the ability to change the size of cell groups with the mouse.

Class

bBrowser

Type

Method

Syntax

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

Arguments

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

Description

The width and/or height of cell groups can be changed with the mouse. With this method this ability can be enabled or disabled. Using the method bBrowser:IsCellGroupResizable() the attribute can be queried at any time.

 

After creating a bBrowser control the ability to change the size of cell groups is enabled. So that the size of a certain cell group can be changed, one or both of the following options must be defined in addition in the access bCellGroupItem:Options:

BCGIO_RESIZABLE_HORIZONTAL

BCGIO_RESIZABLE_VERTICAL

 

To change the width or height of a cell group the left button of the mouse must pressed and hold down over the margin of a cell group. The size can be changed so long until the left mouse button is released. The procedure can be aborted in which the ESC key is pressed.

See Also

bBrowser:CellGroupResize()

bBrowser:EnableCellGroupMove()

bBrowser:IsCellGroupResizable()

bBrowser:ResizeCellGroup()

bCellGroupItem:Options

 


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