I have used a split container inside Tabpage. It's working fine everywhere except for a laptop which has win7 i5. We checked in other win 7 laptops but works fine. The problem is when we restore the Window and maximize it the split container does not resize leaving a blank space.
I just figured out what the problem may be : 1. the problem is with 64 - bit machines 2. resize event of tab control is not getting called. 3. I have explicitly resized it on the mdi form and the problem seems to be solved but . it takes time and the resizing can be seen. it should be seamless. 4. Its a temporary solution. Plz help on it