cancel
Showing results for 
Search instead for 
Did you mean: 

How to put a tabstrip inside a window from right to left?

Former Member
0 Kudos

Hello,

I've created a TabStrip inside a window.

The problem is that the tabs are starting at the left side of the screen and going to the right, is there any way to put this tbas so they will go from right to left, meaning, they will start at the right side of the screen?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Roy,

Do you want whole tabstrip at right side of your screen or only tabs in tabstrip at right side.

If you need tabstrip in right side then set its halign property to "right" under layout data of your tabstrip.

Regards,

Bhavik

Former Member
0 Kudos

Hey Bhavik,

I want both: I want that the whole tab will be at the right side + I want the tabs will go from right to left.

In any case I don't see any halign property under the TabStrip properties and I don't think it has since this is not a TabStrip element you put where you put all your UI, it is a TabStrip Template you can choose when you embed new Viewset inside a Window...

Message was edited by: Roy Cohen

Former Member
0 Kudos

Hi Roy,

Ohh it means you are using tabstrip viewset and not a tabstrip ui element.

For tabstrip viewset set need to add your tabstrip viewset inside grid viswset's first row and second column. Then set this vioewset's cellwidth[1,1] property to 90% and cellwidth[1,2] property to 10%.

But, you can't set indivdual tabs position at right side.

Regards,

Bhavik

Former Member
0 Kudos

Roy,

This is not possible.

Howevere, you may try to add the following URL parameter: sap-rtl=true.

This should force all WD controls to layout their parts in right-to-left direction. Same effect as using Arabian or Hebrew language.

VS