MPowerKit / VirtualizeListView

.NET MAUI ListView renderers. Improves performance for MAUI ListView, adds additional behaviors
MIT License
51 stars 7 forks source link

Grid items layout #2

Open andersonvieiragomeslopes opened 2 months ago

andersonvieiragomeslopes commented 2 months ago

Your project is very good.

Do you have any plans for adding the grid layout? I want to use the plugin, but this is essential in my application.

Alex-Dobrynin commented 2 months ago

Unfortunately at the moment I don't have time to implement Grid layout. but this is in plans. If you have ideas how to implement it and have desire and time, you may create a PR, I will appreciate this.

andersonvieiragomeslopes commented 2 months ago

Unfortunately at the moment I don't have time to implement Grid layout. but this is in plans. If you have ideas how to implement it and have desire and time, you may create a PR, I will appreciate this.

I have no idea how to do this lol, I was hoping you knew and could even indicate the way for me to make a PR myself, your plugin is extremely useful, but without the grid layout it is bad for my project, I I'm going to investigate how this is done in Maui's collectionview to try to replicate it here.

Alex-Dobrynin commented 2 months ago

You will not find this in MAUI repo, because MAUI's CollectionView using native implementation of GridLayout for each platform.

Alex-Dobrynin commented 2 months ago

if you want to know how gridlayout is implemented you better look into source code of android's GridLayoutManager