GridCtrl::ItemRect& GridCtrl::ItemRect::Hidden(bool b) { hidden = b; // if(hidden) // size = 0; return *this; }
Report message to a moderator