Hi,
Is there any way to prevent column widths from shrinking to fit the page? I am looking to force a horizontal scroll.
Specifically, without using a grid. I need to display cards within each column that have multiple components within them.
I've tried prevent wrapping, no luck with that. I can't leave any more comments for at least 2 hours.
Are there any layout components that support horizontal scrolling?
Discussion posts and replies are publicly visible
Sorry, I should've specified, I want to do this without using grids. I'd like to have card layouts with specific layouts that would be impossible with a grid layout.
Simply put them in a columnLayout and set the width on the columns?
So weirdly enough, this doesn't not prevent them from shrinking below the set width. The columns still squeeze to fit within the page.
Did you try using preventWrapping on the richTextDisplayField?
Yes, that just prevents the title text from wrapping (it shows an ellipses).
What's in the kanbanCard component?
Just a rich text display field at the moment.
And did you try the preventWrapping on that as well?
Not really. Appian tries very hard to avoid horizontal scrolling. What is your use case?
Maybe this fits?