- Is it possible, and how to do it ( if it is ) to have a multy row TabBar, based on the width of the container ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||||||||
|
|
It's as simple as giving your TabBar a TileLayout. You don't have to subclass TabBar and you don't even have to create a custom skin class for it. Just do this:
Which will produce something like this:
The gap below the TabBar you saw, is produced because TileLayout will by default allocate a certain number of rows. You can override this by setting the If you want it to be truly dynamic, you can calculate the required number of rows by comparing the TabBar's total |
|||||||||||||||
|
