cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding View Size Inside Tab Strip

Former Member
0 Kudos

Hi All,

I'm having a Tabstrip with 2 tabs. Inside which i'm having ViewContainerElememt on each tab. On Each View I'm having one dropdown & a table .

In the first Tab i'm also having a Text View.If there is no values in the dropdown then that text view ll be displayed and not the Table . If there is values in the drop down then the table ll dispaly & not the Text view.

Wat happens is,if there is value in the Dropdown then the table is getting displayed & the view is displaying in Full screen. If there is no value then the Textview is displaying.At that time the View Size is Reducing to Half.

How to fix the ViewContainer Element inside that Tab ?

I tried with giving Width as 100% but still it is not coming.

Helpful Answers ll be Rewarded.

Regards,

Padmam.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

set tabstrip property tabalignment to exact.

this will solve your purpose.

reward point if usefull.

Former Member
0 Kudos

Hi,

Make sure that you have set the width of all the parent Container elements as well as the table, to 100%.

Regards,

Wenonah

Former Member
0 Kudos

Hi Padman

Set the height property of tabstrip control to some fixed value.i.e 800px or whatever you want. it will fix the height of each tab.

Regards

Naresh

Former Member
0 Kudos

Give the Fixed dimensions to the transparent container and use it.