I managed to displayed text by using graphic object. g = tabPage1.CreateGraphics(); g.DrawString(text, fnt, brsh, x, y); g.Dispose(); I used labels before and the tabPage was scrollable (tabPage.AutoScroll = true). But now it is not scrollable any more and thus those text at the bottom are missing from the tabPage. Do you know why? -- modified at 11:48 Tuesday 30th May, 2006