Posted 28 July 2026, 4:07 pm EST
Hello,
I have two questions related to the scrollbar in a FlexGrid.
- The scrollbar, when enabled, seems to collapse to a thin line when not hovered by the mouse. Is it possible to disable this so that the scrollbar is always fully ‘expanded’ when visible?
- Let’s say you have a FlexGrid with a lot of rows such that the scrollbar is visible. If I have my SelectionMode set to any of the range selections like RowRange or CellRange and then begin selecting, I can’t really select outside the current visible cell range. Meaning if only rows 0 through 10 were visible in my UI, then I wouldn’t be able to select rows 0 through 20 since it doesn’t auto scroll. Technically I could select the first row, scroll to row 20, and this shift click but sometimes the user just wants a little bit of extra column/row info in their copy selection and it’s just barely outside the view. I was curious if there was a property that controlled this functionality or if there was an edit to the style for FlexGrid that I could implement?
