Aha! I figured it out. I had to move the following line:

Code:
tabNewCheckpoint.Controls.Add(dgvNewCheckpoint)
immediately below the following line:

Code:
tabctrlTimingTable.TabPages.Add(tabNewCheckpoint)
Wow, what a struggle! Thanks for your help though!