Community
Participate
Working Groups
},
_onChangeSize : function( evt ) {
this._updateClientAreaSize();
// [if] workaround for bug 333043
// update _clientArea size only if it's visible, otherwize update size
// _onClientAppear event
if( this._clientArea.isSeeable() ) {
}
_onClientAppear : function( evt ) {
this._updateRowCount();
this._updateRows();
this._updateGridLines();
///////////////////////