cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrip width problem

Former Member
0 Kudos

Hi everyone,

I'm having a problem with a tabstrip to which I'm adding tabs on runtime.

I'm setting the width of the tabstrip to 100% and initially it fills the hole screen. Up to this point everything's OK.

When I add a couple of tabs to the tabstrip and they are too many as to see them into the screen, the tabstrip begins to expand to the right of the screen and I have to scroll horizontally to see them.

To fix this problem, I tryed to add two buttons to navigate trough the tabs (left and right) and hiding the tabs that don't fit inside the screen, but the problem is that I don't know when to start hiding them because the width property of the tabstrip is always 100%, even it exceeds the screen size!

Any ideas??

Best regards,

Juan Jose Garcia Samartino.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

TabStrip will show these paginator buttons by itself if the available space exceeds.

I have to check when this feature had been introduced.

Armin

Former Member
0 Kudos

Hi Armin,

I'm testing my application with SAP NW Sneak Preview Slim Edition (SAP WAS 6.40 SP11) until I have the real development environment (SAP WAS 6.40 SP14).

Renjith, About the scroll container, I try it, but it applies to the hole tabstrip (not to the list of tabs).

Best regards,

Juan Jose Garcia Samartino.

Former Member
0 Kudos

Hi,

Just a suggestion...

Try using the tabstrip inside a scroll container.

Thanks & Regards,

Renjith.