cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with TabStrip Tabs visible

Former Member
0 Kudos

Hello Gurus,

I have Tabstrip in my application and in that tabstrip i have 3 tabs called tab1, tab2 ,tab3.

I have created above Tabstrip under

DC->WebdynproComponent>View-> in view i have created Transparent Container of layout type GridLayout -


> here i have created TabStrip with 3 Tabs like above mentioned names and i have created UI elements(Like labels and input fields) each Tab.

Once i deploy and run application, i am able to see only Tab1, remaing 2 Tabs are underlying with Tab1, i mean, unable to see all Tabs at a time, if i click on one Tab, remaining Tabs are underlying in that Tab.

Could you please reply me back, how can i acheive this?

Thanks

Venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

Check if the visible property of all the tabs within the tab strip is visible. Also, make sure thet in the tab strip properties you have selected the default tab to be visible in selectedTab property. Even if then it doesn't work, try increasing the overall width of the tabstrip.

Let me know, if you still have any problem.

Regards,

Tushar Sinha

Former Member
0 Kudos

I am able to solve my problem.

Thanks Tushar

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Venkat,

Please check the Visibility of the tab strip.

Keep width 800px of TabStrip Property.

Rajesh N

Former Member
0 Kudos

I am able to solve my problem.

Thanks Rajesh.

Former Member
0 Kudos

Dear Venkat,

Please check the Visibility of the tab strip.

Keep width 800px of TabStrip Property.

Rajesh N

Former Member
0 Kudos

I don't understand exactly your question but maybe you want to assign the TabStrip a width of "100%".

Armin

Former Member
0 Kudos

I am able to solve my problem.

ThanksArmin.