One possibility to do what you are saying is to set the width of the tab panel header to a small number such that you can fit all the ten headers. If you cannot read the header label, then put a tool tip on the header so that when the user hovers over the header they will see the full title. That is how the tab panel headers work in IE7.
On Sep 29, 6:23 pm, Bakulkumar <[EMAIL PROTECTED]> wrote: > Hi, > > I have a tab panel which could have 5-10 tabs. I set the > setEnableTabScroll(true). In this case its floating on the same line > with an arrow to move on the next tab which is not visible at a time. > > I want the tab panel header to display all the tab at a time. like, > first 5 tabs on the first row of tab header and the next 5 on the 2nd > row of the tab header. > > Any guidance will be appreciated. > > Thanks > Bakul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
