I\'m trying to resize dynamically a CMFCPropertySheet to add a custom control at the bottom of each page.
CMFCPropertySheet
As all Property Pages are not of the same height,
I found the problem. One needs to get a reference to the different tab control the OneNote version uses via GetTab() and resize it accordingly.
OneNote
GetTab()