Hi all...

I wanna know is it possible to place tabpages one behind the other like in the windows xp advance settings form.... if it is possible can any one tell how....

Thanks
vince

Recommended Answers

All 2 Replies

You put one under another. Two tabControls one under another. Just the Y axis is for the 2nd one a bit lower.
So lets say the coordinate (location) for both tabControls:

tabControl1.Location = new Point(20, 20);
tabControl2.Location = new Point(20, 45); //this will be lower (under  tabControl1)

Sorry for disturbing u ppl... i have found some other way...


Thanks
vince

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.