angular-gridster2 icon indicating copy to clipboard operation
angular-gridster2 copied to clipboard

Fixed row height with Gridtype.Fit

Open cmyk1 opened this issue 4 years ago • 2 comments

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.

cmyk1 avatar Apr 10 '20 07:04 cmyk1

Hi @cmyk1 , You can use setGridSize option to get what you want, so you don't have double scrollbar

tiberiuzuld avatar Jul 04 '20 10:07 tiberiuzuld

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.

gitalvininfo avatar Jun 23 '21 10:06 gitalvininfo