1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] Flutter how to hide a scrollbar(thumb) in scrollable widgets like Listview.builder,...

Discussão em 'Mobile' iniciado por Stack, Outubro 31, 2024 às 12:52.

  1. Stack

    Stack Membro Participativo

    Is there any way to remove scrollbar from a SingleChildScrollView and Listview.builder? After the latest update, it appears automatically while scrolling (Platform Windows).

    I've tried this solution:

    NotificationListener<ScrollNotification>(
    onNotification: (_) => true,
    child: ...,
    );



    And also tried to wrap my widget tree in a Scrollbar widget with isAlwaysShown and controller, but both variants didn't work.

    [​IMG]

    Continue reading...

Compartilhe esta Página