CPropertySheet size
I'm trying to create a dialog derived from the CPropertySheet class.
I have managed to AddPages to it, and everything works, however, I've got one problem with setting the dialog's window size. In order for my application to look good, this dialog has to have certain width and length. Apparently, those depend not on the size of the template of the main CPropertySheet dialog, but on the size of the largest from the CPropertyPages in it. I'm trying to make the width as small as possible, so I shrunk all CPropertyPages in it , and I shrunk the CPropertySheet itself; however, the dialogs window as it is displayed just wouldn't shrink below certain size... Maybe this is so that there is enought room for the Open, Cancel and Apply buttons ? But still, now there is plenty of room for the dialog to furtherly shrink, and it just wouldn't...
Question: how to make it shrink; in general, how to set it to EXACTLY , up to the pixel, the size I want?
Thanks in advance, Utumno

