jsuarezruiz/maui-linux

[Gtk] Controlls.CollectionView refactoring

Opened this issue · 0 comments

issues

https://github.com/lytico/maui/blob/996d9447656066e04944920cefad5ed85fc0782b/src/Controls/src/Core/Handlers/Items/Gtk

is a sort of stub. (See: ReadMe )

The handling between ItemAdaptor and LayoutManager and CollectionViewController

is clumsy and needs to be refactored.

ViewHolder doesn't handle measure / arrange correctly.

Virtualization is not implemented.

CollectionView has errors when using LinearLayoutManager

hint

for scrolling: https://docs.gtk.org/gtk3/class.Adjustment.html

missing features

Header, Footer is missing