Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    LefT/Right side Tab Bar

    I'm using a tabSet with the tabBar located on the left side.

    The width can be set through .setTabBarThickness, but what about set a custom height for that tab bar?

    Thanks

    #2
    not sure, if it's the best way, but it worked for me:

    tTab1.setAttribute("height", 30);

    Comment


      #3
      That may work, but both (setTabBarThickness and setAttribute) use hardcoded pixel values. When using the tabset in horizontal mode, the width of each tab autosizes to fit the contents. Therefore, when in vertical mode, the height of each tab should also autosize to fit the contents.

      Comment

      Working...
      X