Open up a new WindowsApplication
Add a SplitContainer to the form (Dock should default to "Fill")
Add a TabControl inside each of the two SplitContainer panels
Set both TabControls Dock properties to fill so they fill up each panel
Now run the app and move the splitter around. You'll notice that the client area of the tab pages are not fully repainted to fill the gaps left by moving the splitter. You will also notice that other events like changing the selected tab or minimizing/maximizing the form causes the tab control to be repainted properly.
Please fix! Using .NET Forms runtime version v2.0.50727.
TIA
