cancel
Showing results for 
Search instead for 
Did you mean: 

Size of a TabStrip View Set

Former Member
0 Kudos

Hallo everybody,

I'm going to use tabs in my project. Is there any opportunity to set the size of a tabstrip view set? It should fill the whole screen, but I can't find properties to do so. Of course I know of the possibility using the TabStrip UI element, but I would prefer to use a view set. Thanks for any help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Forget about view sets, they are rather limited. Use a real TabStrip and ViewContainerUIElements and you have full control.

Armin

Former Member
0 Kudos

hi

AS for as i know we cannot set the size of the viewset.

If u want to set the size u can set the height and width properties of ur view.

Regards,

saravana.

Former Member
0 Kudos

Thank you for the fast answer.

Former Member
0 Kudos

Hi,

I think you can set the 'height' and 'width' to '100%' on the Tabstrip UI Element properties.

The UI element will take the parameters of the RootUIElementContainer 'height' and 'width'.

Regards,

S.Divakar