| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1084.1 | DIY? | IOSG::TALLETT | www-iosg.reo.dec.com/Tallett.html | Tue Mar 04 1997 08:08 | 6 |
Handle OnSize in your main parent window, and resize the windows
yourself with MoveWindow().
Cheers,
Paul
| |||||