Help with Scrollable Column

Widgets & Design

Hi FlutterFlow enthusiasts,

I'm currently working on a project where I'm facing a challenge with layout design. I have a Column widget that contains a custom widget (Details) which dynamically changes in height based on its content and user data. This causes the overall height of the Details widget to be undefined and vary. I currently have its width and height set to 'inf' and the container wrapping it does not have a height specified.

I need the Column to be scrollable to accommodate the variable height of the Details widget, ensuring that all content is accessible regardless of the amount of data displayed.

What have you tried so far?
  • Adjusted the height settings of various widgets

  • Made the Details container Flexible

  • Wrapped the Details widget within another Column, and attempted to make this inner column scrollable

  • Wrapped the main Column inside a Container

  • Experimented with replacing the Column with a ListView

Did you check FlutterFlow's Documentation for this topic?
Yes
2
3 replies