Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: SSTab Issues
If you will have two frames on each tab, then it might be better to use Tab strip control (Windows Common Controls), cause it doesnt act as a container, and you will need to handle it click event, check which button is clicked and perform some action on frames.
SSTab control acts differently, every tab is a container for some controls, and those that exists on one tab will not be shown on another. And if you will be having same controls on every tab, for this reason it might me wiser to use Tab strip.
____________________________
If you find the answer helpful, please mark this topic as solved.
|