dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.24k stars 1.76k forks source link

[Proposal] Staggered Layout for CollectionView #9659

Open sattasundar opened 2 years ago

sattasundar commented 2 years ago

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.

ghost commented 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.

Elinares-82 commented 8 months ago

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?