In Pane Layout, Space is displayed inside Pane (a! Pane)

Certified Senior Developer
  • In a section, I used a pane layout with two panes. In that interface, I don't see any space in the bottom of the pane.
  • But when I call the Section which has pane in the Main form and I add a buttons below that more space is being displayed. I analyzed and I don't see the cause. Attached image of the Main form.

  Discussion posts and replies are publicly visible

Parents
  • Like formLayout, the pane layout is a top-level layout that is meant to provide the overall structure for an interface. So it is not advised to nest a panelayout inside other components.

    But if you still want to have it in a container, you can use headerContentLayout instead of form layout.

  • 0
    Certified Senior Developer
    in reply to Soma

    Hi Soma,

    Yes I got what you said.

    But what if I need a independent scrolling for two columns, and need buttons at bottom as usual.

    In my case, it is one of the approval process for the uploaded Invoice document, where I should show the document viewer on the right side. In the left side, extracted Invoice Doc data will be displayed. If they want they can edit the data by referring the doc on right side pane.

    Then approver can decide by using three buttons at bottom.

Reply
  • 0
    Certified Senior Developer
    in reply to Soma

    Hi Soma,

    Yes I got what you said.

    But what if I need a independent scrolling for two columns, and need buttons at bottom as usual.

    In my case, it is one of the approval process for the uploaded Invoice document, where I should show the document viewer on the right side. In the left side, extracted Invoice Doc data will be displayed. If they want they can edit the data by referring the doc on right side pane.

    Then approver can decide by using three buttons at bottom.

Children