MikeZ87 1 Posted April 3, 2023 Hi All, Is there a way to have a TabControl in FireMonkey have multiple rows of tabs? (I have a lot of tabs, and their labels are quite long.) I seem to remember the VCL part of Delphi allowed for multiple rows of tabs, or a "<" [back] / ">" [forward] set of buttons that appeared if a single row of tabs extended past the borders of the tabcontrol. How can I turn this on, or how can I do it (programmatically?) I feel like I'm missing something simple. Thanks for the read and any assistance you can give me. - Mike Share this post Link to post
programmerdelphi2k 237 Posted April 3, 2023 did you see this https://stackoverflow.com/questions/32191474/multiline-tabs-in-an-fmx-ttabcontrol Share this post Link to post