Everything expands to screenwidth inside a Listview. Can I change that?

前端 未结 5 2264
深忆病人
深忆病人 2021-02-13 11:59

I\'m trying to make a design of a chat screen for an app that I\'m making. To make it scrollable I placed all the chat messages inside a listview. But everything I place inside

5条回答
  •  一整个雨季
    2021-02-13 12:26

    Add the scrollDirection attribute to your listView like this;

    scrollDirection: Axis.horizontal

提交回复
热议问题