Need comprehensive documentation on this topic. There is not much available directly on the Infragistics site.
BTW, ChatGPT has lot more but much of it seems unreliable.
Sorry, the second line should be <div igxLayout igxLayoutDir="row" igxLayoutJustify="space-between">I mistakenly sent you something else I was trying. Thanks. Hari
In my app.component.htmli have the following:
Are the child nodes of a IgxLayout container tagged with"IgxLayoutItem"? Otherwise, how does the container node identify its children?
Hello Hari,
Thank you for posting into our community!
I have been looking into your question and what I could say is that the igxLayout directive is used to arrange elements, organize screen content, and add/improve the structure of overlay elements. It should be applied on a container element, and it affects the flow directions for that container's immediate children.
By setting the igxLayout directive to a container element, you could further customize the immediate children by benefiting the additional properties that are provided, such as:
igxLayoutDirigxLayoutItemAlignigxLayoutJustifyigxLayoutReverseigxLayoutWrap
Additional customization could be applied to the flex properties of the children by setting the igxFlex directive to the respective children and applying any of the additional properties that are provided, such as:
igxFlexBasis igxFlexGrow igxFlexOrder igxFlexShrink
Furthermore, our Layout Manager topic here provides several samples demonstrating how the different directives could be used and additional information could be found in the respective API documentation:
igxLayout API igxFlex API
Also, another useful resource that I could suggest is the specification section in our GitHub repository here.
Additionally, in order to assist you further, it would be highly appreciated if you could provide further information on the requirements of your application. This would be extremely helpful in providing guidance and/or a possible approach for achieving a certain requirement and developing a working sample as a reference.
Thank you for your cooperation. Looking forward to your reply.
Sincerely, Riva Ivanova Associate Software Developer