maui icon indicating copy to clipboard operation
maui copied to clipboard

[Proposal] Staggered Layout for CollectionView

Open sattasundar opened this issue 3 years ago • 1 comments

Description

A staggered layout CollectionView for viewing items with different heights

staggered

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.

sattasundar avatar Aug 25 '22 18:08 sattasundar

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.

ghost avatar Oct 27 '22 18:10 ghost

Description

A staggered layout CollectionView for viewing items with different heights

staggered

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?

Elinares-82 avatar Mar 16 '24 21:03 Elinares-82