I have a CFormView containing a CPropertySheet with
CPropertyPage's that each have a single CListCtrl.
I want the CPropertySheet, CPropertyPage's and CListCtrl's
to resize when the MainFrame is resized by the user.
I've tried overriding OnSize in the CFormView derivative and
calling SetWindowPos for the Sheet, TagCtrl, and Page without
success.
Any suggestions?
--
===============================================================================
Steve Schlesinger 619-485-3528 VoicePlus 440-3528
FAX 619-485-3010 steve.sc...@SanDiegoCA.ncr.com
===============================================================================
Steve,
Show us what you've tried and explain what it doesn't do.
Dave
----
Address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow up email copies.
--
-------------------------------------------------------
Rajesh Parikh
Microsoft Certified Solution Developer
rpa...@usa.net
-------------------------------------------------------
Steve Schlesinger wrote in message <6iqu9b$f...@sv602.SanDiegoCA.NCR.COM>...
>
>I have a CFormView containing a CPropertySheet with
>CPropertyPage's that each have a single CListCtrl.
>
>I want the CPropertySheet, CPropertyPage's and CListCtrl's
>to resize when the MainFrame is resized by the user.
>
>I've tried overriding OnSize in the CFormView derivative and
>calling SetWindowPos for the Sheet, TagCtrl, and Page without
>success.
>
>Any suggestions?
>--
>===========================================================================