ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

Feature: MtxGrid Sidescrolling with mouse-wheel #218

Closed ChrTall closed 12 months ago

ChrTall commented 12 months ago

When you have a MtxGrid with lots of columns that are larger than the provided page space, the grid has a horizontal scroll bar. Would it be possible to make it scrollable with the mouse-wheel? Currently only vertical scroll bars can be scrolled with the mouse-wheel. Some strategy would have to be added for Grids that have a horizontal and a vertical scroll bar though.

Example of a MtxGrid with a horizontal scroll bar. https://ng-matero.github.io/extensions/components/grid/overview#column-pinnable

Example of a MtxGrid with a vertical scroll bar. https://ng-matero.github.io/extensions/components/grid/overview#column-pinnable

nzbin commented 12 months ago

You can hold Shift key for horizontal scrolling.