ExpandItem.setHeight

Sets the height of the receiver. This is height of the item when it is expanded, excluding the height of the header.

@param height the new height

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

class ExpandItem
void
setHeight
(
int height
)

Meta