Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature: Expand & Collapse feature with virtual list view control. #32

Closed
GV1072 opened this issue Mar 11, 2024 · 3 comments
Closed

Comments

@GV1072
Copy link

GV1072 commented Mar 11, 2024

Dear Team,

I trust this message finds you well. I wanted to bring to your attention some challenges we are facing during the migration of our large enterprise application from Xamarin Forms to MAUI.

Our application relies heavily on a grouping list view, where items are dynamically removed and added to achieve the expand and collapse feature.

As part of the migration to MAUI, we've encountered the following issues with the list view control:

iOS - dotnet/maui#19186
Android - dotnet/maui#19334

We seek your guidance and assistance in resolving these issues. Any suggestions or fixes would be greatly appreciated.

Additionally, considering the significance of the expand and collapse feature, we propose adding this functionality to the virtual list view. We believe this enhancement would benefit many users.

Your support in addressing these concerns is highly valued.

Thank you,
Gopi V

@GV1072 GV1072 changed the title New Feature: Expand & Collapse feature with list view control New Feature: Expand & Collapse feature with virtual list view control. Mar 11, 2024
@Redth
Copy link
Owner

Redth commented Mar 20, 2024

Have you tried this? Is there an actual bug you're seeing? repro? more info?

@Redth
Copy link
Owner

Redth commented Apr 18, 2024

I have a branch started, this is not working currently and I'm a bit puzzled as to why. I do plan to make this work.

@Redth
Copy link
Owner

Redth commented Apr 19, 2024

Ahh i misunderstood, you want the groups to expand/collapse? That is not a scenario I'm looking to support in this control. I was thinking this was issue #29

In any case, closing since it's either not a feature I'm going to support, or it's a duplicate.

If you really wanted to mimic this behaviour you could probably modify your adapter to return a different number of items per section depending on if the section was collapsed or not (return 0 if collapsed or the real number if not).

@Redth Redth closed this as completed Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants