Click to See Complete Forum and Search --> : Splitter and Property Sheet


vwalvekar
July 20th, 1999, 12:35 PM
Hi!

I used MFC class wizard, to create and app with explorer look. It created an app with splitter window, with Left View and Right View.

In Left View of Splitter, I am trying to show prop. sheet( or Tab Control ) with three pages , two of which containing a tree( CTreeCtrl ). However, tree is not appearing on the pages at all. It is appearing at a position in left view, which starts from top-left corner.

Essetially what I am trying to achieve is quite similer to VC++ IDE( except that IDE has one more splitter at the bottom for out /find etc. )

Any suggestions ? .......TIA.

-Vijay