Navigation:  Classes > bBrowser >

bBrowser:IsColumnResizable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether the width of columns can be changed with the mouse.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsColumnResizable() Æ lResizable

Return Value

lResizableA logical value that indicates whether the width of columns can be changed with the mouse.
TRUEThe width of columns can be changed.
FALSEThe width of columns cannot be changed.
Data type:Logic

Description

The width of opened columns can be changed with the mouse. By the method bBrowser:EnableColumnResize() this ability can be enabled or disabled. By the method bBrowser:IsColumnResizable() this ability can be queried at a later time.

 

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

See Also

bBrowser:EnableColumnResize()

bBrowser:IsColumnMovable()

 


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