Navigation:  Classes > bBrowser >

bBrowser:IsCellGroupResizable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether the size of cell groups can be changed with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellGroupResizable() Æ lResizable

Return Value

lResizableA logical value that indicates whether the size of cell groups can be changed with the mouse.
TRUEThe size can be changed.
FALSEThe size cannot be changed.
Data Type:Logic

Description

The width and/or height of cell groups can be changed with the mouse. By the method bBrowser:EnableCellGroupResize() this ability can be enabled or disabled. By the method bBrowser:IsCellGroupResizable() this ability can be queried at a later time.

 

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

BCGIO_RESIZABLE_HORIZONTAL

BCGIO_RESIZABLE_VERTICAL

See Also

bBrowser:EnableCellGroupResize()

bBrowser:IsCellGroupMovable()

 


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