Supports in Godot 4.1+
with .Net module.
GDViews.VirtualGridView is a Godot 4
UI Component that provides classes that’s useful for creating highly customizable, fully virtualized list/grid views.
You may visit the Github Repo for source code and example access.
For .Net CLI
dotnet add package GDViews.VirtualGridView
For Package Manager Console
NuGet\Install-Package GDViews.VirtualGridView
For csproj
PackageReference
<PackageReference Include="GDViews.VirtualGridView" Version="*" />