Link to home
Start Free TrialLog in
Avatar of pdeb
pdeb

asked on

Frame inside a Splitter Pane

Hi there,

I've got an application that is broken into three views. A tree to the left, and a vertically split area to the right. What I want to do is "sometimes" have one of the views on the right split again.

I can change the view of the pane, but the splitter is the problem.

The way I would see to do this would have to be to put a FrameWnd inside the appropriate Splitterwnd pane. Therein lies the problem.

How do I do this? ... or can I place a splittedwnd in a view class.

Thanks for your help...
ASKER CERTIFIED SOLUTION
Avatar of WBerthin
WBerthin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pdeb
pdeb

ASKER

I didn't want to have three splitters in the main frame because I have 4 views that want to go in that pane, and only one wants the splitter.

The best way I found was to place a frame in pane and then split that - so it would only appear in that view.

Your answer was good and comprehensive.