hi

does anybody know how to hide Tabs on a TTabControl in a Firemonkey HD Application.

I Need a component that behaves the same way as a JVPageList in a standard VCL Forms Application and this is the closest thing available that i know i can use.

But i cant find any option to hide the tabs on the control.

does anybody know how i can hide them?

Regards

Recommended Answers

All 4 Replies

TabControl1.Tabs[0].HideCaret;

That hides the cursor.

Try
tabcontrol1.Tabs[1].Visible := false;

cheers

Did you even try that before you posted, Spyder?

The only way I've found to do it under FireMonkey is to set TabHeight := 0.0001.

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.