Ask Your Question
0

Why is the horizontal scrollbar not visible in Flutter?

asked 2023-07-09 07:41:37 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-09 07:46:01 +0000

djk gravatar image

The horizontal scrollbar is not visible by default in Flutter because it is dependent on the device's operating system and the user's scrolling behavior. Flutter adapts to the platform's scrolling behavior, and provides a native user experience. However, if you want to display it, one can use the Scrollbar widget available in Flutter to have the option of showing a horizontal scrollbar.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-09 07:41:37 +0000

Seen: 7 times

Last updated: Jul 09 '23