cancel
Showing results for 
Search instead for 
Did you mean: 

Set Size of View in Viewcontaineruielement

Former Member
0 Kudos

Hi,

I have one req like :

I have embeded one view of comp1 into view of other component ( in viewcontaineruielement ) . Is there any way to set the size of uielement component.

I do not want to change the source view as it might it is using in other WD component

So is there any way of doing this

Thanks

Ankesh

Accepted Solutions (0)

Answers (3)

Answers (3)

saravanan_narayanan
Active Contributor
0 Kudos

check whether this helps.

Embed the ViewContainerUIElement in a TransparentContainer and set the hieght and width for the TransparentContainer.

BR, Saravanan

Former Member
0 Kudos

Check by assigning value to height property of ROOTUIELEMENTCONTAINER of the view embedded.

Lukas_Weigelt
Active Contributor
0 Kudos

Doesn't it work with the regular layout data properties "height" and "width" for the VCUI?