angular-gridster2
angular-gridster2 copied to clipboard
Fixed row height with Gridtype.Fit
Hi,
is there any possibility to set a fixed row height with GridType.Fit?
I know it could make it with GridType.scrollVertical but I want to avoid the scrollbar in the grid when I have got a lot of items because it causes double scrollbar.
Hi @cmyk1 , You can use setGridSize option to get what you want, so you don't have double scrollbar
Hi @tiberiuzuld !
Thanks for this but by any chance does this support scroll outside of the container when setGridSize is set to true? I've noticed that when dragging at bottom does not scroll the page automatically. I'm also aware that grid is only scrollable inside its container as what you have said here #498
Is this possible now? Thanks @tiberiuzuld for the effort btw I'm using the latest version of this package.