python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make infinite scrolling for a list of different elements so that there are no empty spaces?
I'm making static portfolio website in Next.js. List of projects has 2 types of elements: fullscreen image and small squared image (fits 3 in a row). The picture below explain an list design.
For now...
andrewnosov
Votes: 0
Answers: 0
How do I make this piece of c# go vertical instead of horizontal?
I have been trying to make an infinitely repeating background. Found this piece below but it goes horizontally instead of vertically. I tried rotating my sprites but it didn't work, also changed the x...
Irino Koy
Votes: 0
Answers: 1
Infinity scroll in ng-select - problem with load from server
I'm using ng-select in my project and I should load items for this select from server.
I have also pagination, so I should load more items when scroll is close to the end of dropdown.
And that's the p...
emka26
Votes: 0
Answers: 0
Clear cache of react-window list that is used with react-window-infinite-loader on resize of browser window
I am using VariableSizedList along with the InfiniteLoader and AutoSizer in the following manner
{({ width, height }) => (
<InfiniteLoader
isItemLoaded={isItemLoad...
Saurav Seth
Votes: 0
Answers: 1