Re: Determine size of CFormView panes attached to CSplitterWnd?
I'm not certain I understand exactly. Can't you just call
SetRowInfo/SetColumnInfo and then RecalcLayout?
It's hard to say without seeing what you are describing but isn't the scroll
range determined by the CFormView? You just need to tell the splitter
window.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"David Bilsby" <d.bilsby@virgin.net> wrote in message
news:fst9me$b07$1$8300dec7@news.demon.co.uk...
All
I am creating an SDI with a splitter and several views based on the
CFormView. I can create and attach them to the CSplitterWnd control fine,
but I want to be able to set the splitters split sizes based on the size
of the form view attached to it.
The form views are defined in a template resource and so have a fixed
size. How to I get this size and then set the splitters pane sizes? The
information must be stored somewhere as when you shrink the splitter via
the divider bar, at some point the pane containing the form view gets a
set of scroll bars added, hence the pane size must be smaller than the
original form views size.
Help much appreciated.
Cheers
David