Horizontal scroll bar in column/card layout

Certified Senior Developer

Hi all,

Is there a way to add a horizontal scroll bar in an Interface?

Instead of stacking my reports on top of each other, I'd like to have them arranged side by side with a possibility to scroll horizontally.

Is it achievable?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    You can always show them in separate columns in a!columnsLayout(), but i don't think there's any way to force the total width to exceed the determined page width (effectively adding scrolling).  AFAIK the report elements would "squeeze" as the columns get tighter, which i assume is not what you want.  But you could probably come up with a reasonable compromise by making a page with 2 or 3 columns in width and then stacking items on each other (reducing vertical scrolling, if not eliminating it).

Reply
  • 0
    Certified Lead Developer

    You can always show them in separate columns in a!columnsLayout(), but i don't think there's any way to force the total width to exceed the determined page width (effectively adding scrolling).  AFAIK the report elements would "squeeze" as the columns get tighter, which i assume is not what you want.  But you could probably come up with a reasonable compromise by making a page with 2 or 3 columns in width and then stacking items on each other (reducing vertical scrolling, if not eliminating it).

Children
No Data