-
SSTab control
I have a frame on tab 3 of a 5 tab control. When I click an option button on tab 3 I want the frame to change sizes and position. When I adjust the left property of the frame it appears on tab 0 as well, overlapping the controls I had placed there. Why is this happening?
-
When you originally created the frame, did you actually draw it on tab 3 or did you use the double-click-the-toolbar approach? The latter approach usually doesn't work for the ssTab. If that's the way you did it, cut the controls out of the frame, delete the frame, draw a new frame on tab 3, copy back in the controls from the clipboard and see what happens.