cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Tab Strip

Former Member
0 Kudos

Hi

I have a Tab strip having two tabs. when when run the application it is showing the first tab. But when I select the second tab it is displaying correctly but the size of the tab strip is varying.

Actually this tab strip is present as a view in TLayout 270.

Can anyone help me in this regard?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use a TabStrip UI element together with ViewContainerUIElements for embedding views, set the width and height of the TabStrip as needed, e.g. width="100%".

Armin

Former Member
0 Kudos

I am thankful to you for your reply but can you explain me in detail.

I never used View Container UI Element, so how to add a Tab strip to it?

Former Member
0 Kudos

Hi,

For adding views inside the view container Element,Just follow these steps:

1) create a tabstrip element.

2) Insert a tab to the element.

3) In the tab content Right click--> Insert child --> View container element.

4) open the diagram view of ur window.

5) u will c the view container element there.

6) Right click the view container element and add a new view or existing view inside it.

7) Finally u will c the added view in the tabstrip.

Regards,

Nagarajan.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Could you please send me if you have for tab strip in alv using function modules

Thanks for your help

Former Member
0 Kudos

Hi sri,

If my understanding is correct the tab size varies according to the size of the text given for the tab.Check on to the text size that u have given.

The tabstrip varies according to the content inside the tab.

Regards,

Nagarajan.

Message was edited by: Nagarajan Kumarappan