Navigation:  Classes > bBrowser >

bBrowser:EnableColumnResize()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Enable or disable the ability to change the width of columns with the mouse.

Class

bBrowser

Type

Method

Syntax

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

Arguments

<lEnable>A logical value that indicates whether the width of columns 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 width of opened columns can be changed with the mouse. With this method this ability can be enabled or disabled. Using the method bBrowser:IsColumnResizable() the attribute can be queried at any time.

 

After creating a bBrowser control the ability to change the width of columns is enabled.

 

To change the width of a column the left button of the mouse must pressed and hold down with the right margin of a column. The width 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:ColumnResize()

bBrowser:EnableColumnMove()

bBrowser:IsColumnResizable()

bBrowser:ResizeColumn()

bBrowserColumn:Resizable

bDataColumn:WidthMax

bDataColumn:WidthMin

 


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