Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Scrool bar shown only after point mouse on grid #17

@juppdes

Description

@juppdes

Expected results

Scrool bar always shown

Actual results

Scrool bar shown only after point mouse on grid

Code sample

            PlutoGrid(
                    onRowSecondaryTap: (event) => print('sec: $event'),
                    onRowsMoved: (event) => print('mov: $event'),
                    onRowChecked: (event) => print('chk: $event'),
                    onColumnsMoved: (event) => print('col: $event'),
                    onRowDoubleTap: (event) => print('dbl: $event'),
                    onSorted: (event) => print('sor: $event'),
        
                    mode: PlutoGridMode.selectWithOneTap, //  selectWithOneTap,
                    configuration: Theme.of(context).brightness == Brightness.dark 
                    style: PlutoGridStyleConfig.dark(
                      oddRowColor: Color(0x5C50504F), cellTextStyle: TextStyle(fontSize: 12),
                      activatedColor: Colors.blueGrey,
                    ),
                    localeText: PlutoGridLocaleText.brazilianPortuguese(),
                    scrollbar: PlutoGridScrollbarConfig(
                      isAlwaysShown: true,
                      scrollbarThickness: 10,
                      scrollbarThicknessWhileDragging: 10,
                      draggableScrollbar: true,
                    ),
                    columnSize: PlutoGridColumnSizeConfig(autoSizeMode: PlutoAutoSizeMode.scale)
                ) 

Execution Environment

Flutter version
Flutter version is 3.19.1

PlutoGrid version
PlutoGrid version is 8.3.0

OS
Windows 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions