cancel
Showing results for 
Search instead for 
Did you mean: 

Containers

Former Member
0 Kudos

Hi,

We have so many containers like:

Group

ScrollContainer

TransparentContainer

Tray

and also, ViewUIElementContainer

What is the purpose?

Regards,

Dev

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dev,

Containers can have childs inside.

Ex: We may want to group some UIElements while designing the UI like FirstName and Lastname etc.

In that case we can keep the UIElements in one Group where Group is a UIElement.

In the same way ViewUIElementContainer is the root for all the UIElements on the UI.

Regards, Anilkumar