how to vary the size of the view using SDI formview?
-
i created an SDI using formview. i wish to use half of the formview for visualization purposes, and the other half for placing dialog controls. how do i change the view size?
To change the default size of a Form view or scroll view, you can call: SetScaleToFitSize(CSize(cx, cy)); I normally do this in the OnSize() to make sure I get no scrollbars after re-positioning all the controls in the view. Roger Allen - Sonork 100.10016 If your dead and reading this, then you have no life!
-
To change the default size of a Form view or scroll view, you can call: SetScaleToFitSize(CSize(cx, cy)); I normally do this in the OnSize() to make sure I get no scrollbars after re-positioning all the controls in the view. Roger Allen - Sonork 100.10016 If your dead and reading this, then you have no life!