[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::visualc

Title:Microsoft Visual C/C++
Moderator:PLUGH::needle
Created:Tue Mar 16 1993
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1121
Total number of notes:4385

1084.0. "Splitter Window re-size." by KELVIN::KOU () Sun Feb 09 1997 17:08

    I am writing an application using splitter window. I have two static
    splitter positioned horizontally. I like to keep the lower window at a
    constant height when user re-side the main parent window. What I 
    find out is that MFC by default keep the upper splitter window at
    constant height. Is there any easy way for me to keep the lower window
    constant height ?
    
    Mike
T.RTitleUserPersonal
Name
DateLines
1084.1DIY?IOSG::TALLETTwww-iosg.reo.dec.com/Tallett.htmlTue Mar 04 1997 08:086
    
    	Handle OnSize in your main parent window, and resize the windows
    	yourself with MoveWindow().
    
    Cheers,
    Paul