cancel
Showing results for 
Search instead for 
Did you mean: 

how to align Tabstrip tabs onto the right side of the screen?

Former Member
0 Kudos

Hi,

When I use a Tabstrip UI element in WD ABAP and add 3 tabs, all these tabs get aligned on the left side of the screen. Is there a way to have the tabs aligned to the right side of the screen?

Thanks,

Jeena

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please refer the class of the TabStrip. normally it is cl_wd_tabstrip. You can access methods of tabstrip class & you can do alignment.

Best Regards

Ravi

Former Member
0 Kudos

Hi Ravi,

I didn't find any method in cl_wd_tabstrip which will do the alignment of tabs to the right side of the screen.

Which method of this class are you refering to?

Regards,

Jeena

Former Member
0 Kudos

i dont think you can assign LEFT to RIGHT tabs in the TABSTRIP UI element, untill there have been any new properties added since Enhancement Pack Releases.

At most you can use the tabAlignment exact to show tabs as equi-sized.

tabAlignment Alignment of the tab.

Value

Description

exact:

Forces the exact specification of height and width of the tab. Each tab has the same height and width which result from the specification of a minimum size and the size specified by the label.

fast

Enables the client to efficiently align height and width.

There is no alignment for browser-based clients. Height and width are specified by the tab label. Height and width of the tabs can be aligned for Web Dynpro clients to optimize the window structure.

Greetings

Prashant