Right.

Although you can assign both a layout and a viewport bead to a Group.

These are the defaults for both components in Basic:

Container
{
        IBeadView: ClassReference("org.apache.royale.html.beads.ContainerView");
        IBeadLayout: 
ClassReference("org.apache.royale.html.beads.layouts.BasicLayout");
        IViewport: 
ClassReference("org.apache.royale.html.supportClasses.Viewport");
        IViewportModel: 
ClassReference("org.apache.royale.html.beads.models.ViewportModel");
        align-items: flex-start;
}


Group {
        IBeadView: ClassReference("org.apache.royale.html.beads.GroupView");
}


> On Jul 24, 2020, at 12:17 PM, Carlos Rovira <[email protected]> wrote:
> 
> Hi
> 
> also Groups has no clipping while Containers clip content (through a
> ViewPort) and add scroll (ScrollingViewPort).
> In Jewel Viewport also has a "clipContent" property like in Flex to allow a
> Container to behave like a Group.
> 
> El vie., 24 jul. 2020 a las 10:01, Harbs (<[email protected]>) escribió:
> 
>> Containers have a layout by default. Groups do not.
>> 
>> 
>>> On Jul 23, 2020, at 11:45 PM, Hugo Ferreira <[email protected]>
>> wrote:
>>> 
>>> What's the difference between Group and Container ?
>> 
>> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira

Reply via email to