cancel
Showing results for 
Search instead for 
Did you mean: 

TabStrip: View the content of Tab at design-time

Former Member
0 Kudos

Hi Experts,

I am a novice.

The TabStrip has some Tabs. On Layout tab only the first Tab-content are displayed at design-time.

How can I look the contents in other Tabs?

Where I can find the answer to this question? May be in a FAQ?

 

PS

I have SAP NetWeaver Developer Studio Version: 7.0.09

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

i think you can set the selected tab attribute of tabstrip, then the target tab will be displayed

Former Member
0 Kudos

Thanks a lot for the fast answer!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vitaliy,

At a time, you can view the layout of only one Tab in a Tabstrip and by default it will be the first Tab.To view the other tab's layout, just set the visibility property of the remaining Tabs to NONE. For example, to see the layout of 2nd Tab, set the Visibility of first tab to none and to see the layout of third tab, set the visibility of both first and second tab to none.

Just don't forget to set it back to Visible, before deploying your application.

Regards,

Vishweshwara P.K.M.