Size TreeCtrl::Item::GetCtrlSize() const { if(!ctrl) return Size(0, 0); Size csz = ctrl->GetMinSize(); return Size(Nvl(size.cx, csz.cx), Nvl(size.cy, csz.cy)); }
Report message to a moderator