Open sattasundar opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Description
A staggered layout CollectionView for viewing items with different heights
Public API Changes
Need StaggeredLayoutItems as ItemsLayout option .
public class StaggeredItemsLayout : ItemsLayout { public static readonly BindableProperty Span; public int _span { get; set; } }
Intended Use-Case
In current time, so many UI/UX preffers staggered layout like Ecommerce, Image Gallery etc.
We are still waiting for this feature, Are there news on this?
Description
A staggered layout CollectionView for viewing items with different heights
Public API Changes
Need StaggeredLayoutItems as ItemsLayout option .
Intended Use-Case
In current time, so many UI/UX preffers staggered layout like Ecommerce, Image Gallery etc.