Navigation:  Classes > bBrowser >

bBrowser:EnableCellGroupMove()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the ability to move columns with the mouse.

Class

bBrowser

Type

Method

Syntax

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

Arguments

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

Description

Cell groups can be moved with the mouse. With this method this ability can be enabled or disabled. Using the method bBrowser:IsCellGroupMovable() the attribute can be queried at any time.

 

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

BCGIO_MOVABLE_HORIZONTAL

BCGIO_MOVABLE_VERTICAL

 

To move a cell group the left button of the mouse and the keys CTRL + SHIFT on the keyboard must pressed inside the cell group. The cell group can be moved so long until the left mouse button is released. The procedure can be aborted by pressing the ESC key.

See Also

bBrowser:CellGroupMove()

bBrowser:EnableCellGroupResize()

bBrowser:IsCellGroupMovable()

bBrowser:MoveCellGroup()

bCellGroupItem:Options

 


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