Purpose
Examined whether the height of data rows can be changed with the mouse.
Class
Type
Method
Syntax
<oBrowser>:IsRowResizable() Æ lResizable
Return Value
| lResizable | A logical value that indicates whether the height of data rows can be changed with the mouse. |
| TRUE | The row height can be changed. |
| FALSE | The row height cannot be changed. |
| Data Type: | Logic |
Description
The height of data rows can be changed with the mouse. By the method bBrowser:EnableRowResize() this ability can be enabled or disabled. By the method bBrowser:IsRowResizable() this ability can be queried at a later time.
After creating a bBrowser control the ability to change the height of rows is disabled.
See Also
Page url: http://www.YOURSERVER.com/index.html?bbrowser_isrowresizable.htm