I'd like to know how to position MFC controls in the dialog so that they stretch to fill free space in the dialog. In Qt it is possible to nest QVBoxLayout and QHBoxLayout widgets, I'm looking for something similar in MFC.
Additionally I'd be interested to know if there exists an MFC control similar to the Qt QTableWidget that can have other widgets nested in each cell.