Click to See Complete Forum and Search --> : CSplitter inside CTabCtrl???


wrv369
July 29th, 2004, 10:41 AM
Just wondering how I can put a Splitter (2 rows, 1 col) inside of a CTabCtrl. I want it to look like the Properties tab in the C++ .NET IDE. In case you hadn't noticed there is a splitter with the bottom pane explaining what the item the cursor is at. In addition, I have a few tabs and only want the splitter to be on the first tab, then destroy it if another tab is chosen. Any suggestions?

wrv369
July 30th, 2004, 08:21 AM
It seems that some people have dervied a splitter control from CStatic. This might be the answer. Anyone have any experience with using such a class / control?

JohnCz
July 31st, 2004, 04:18 PM
Maybe this will help:
http://www.codeguru.com/Cpp/W-D/docking/openfaq/article.php/c6997/ and
http://www.codeguru.com/Cpp/W-D/docking/openfaq/article.php/c7271/