CATIA-CAA CATNavigBox Resize
Is it possible to change the size of the treeview window after it has been visualized? My code looks like this: _p2DNavViewer = NULL; _p2DNavViewer = new CATNavigation2DViewer(this, "", CATDlgFraNoTitle | CATDlgWndNoDecoration |CATDlgWndChildMDI |CATDlgFraNoFrame, _width, _height); _pNavigBox = new CATNavigBox(this, "", NULL, Ind...