Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
IgxLayout
posted

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. 

Parents
  • 740
    Offline posted

    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:

    igxLayoutDir
    igxLayoutItemAlign
    igxLayoutJustify
    igxLayoutReverse
    igxLayoutWrap

    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

Reply Children