• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

TabPanel Horizontal scroll issues

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all
I am using Tab Panel (With single tab).
In this Tab Panel I am adding another Tab Panel (With single tab).
In the above Tab Panel I am adding another Tab Panel. (With 15 tab).

And for third & inner most Tab Panel I used auto horizontal tab scroll true. Like this :


There are 15 tabs in the inner most tab.
Now my problem is that while clicking on the Right Horizontal scroll button It will work fine for 12 tab. (i.e It will scroll up to 12 tab correctly),But after 12th tab it is not scrolling properly.
Can any one help me out of this.

Thanks in advance
 
SanjayR Jain
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all
I solved this issue.I am not getting what is th actual problem But what i did I am describing here.
Width of inner most Tab Panel (with 15 tab) is set to 100%.
I changed it to in pixel (to 750px).
Now its working fine.
 
I don't get it. A whale wearing overalls? How does that even work? It's like a tiny ad wearing overalls.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic