|
-
March 20th, 2013, 10:49 AM
#3
Re: Views Tabs and Splitters
 Originally Posted by VictorN
To use splitters in each tab of tabbed UI you don't need anything non-standard.
Just use App Wizard to create a new MDI project with tabbed views. Then in child frame class you override OnCreateClient to add CSplitterWnd::CreateStatic and CSplitterWnd::CreateView calls...
Hi Victor,
I dont think thats quite what I want...
Yes that would give me a tab with a split view, but I want a childframe with two tabs, in each tab is two views with a splitter, these views in each tab are different.
When you create a new tab in the mdi its a single tab per new instance, I want 2 tabs per new instance. I want these tabs in the childframe, not the mainframe, hope i am making sense?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|