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

Open one expandable at a time #8

Open
GideonWislang opened this issue Apr 24, 2019 · 8 comments
Open

Open one expandable at a time #8

GideonWislang opened this issue Apr 24, 2019 · 8 comments

Comments

@GideonWislang
Copy link

GideonWislang commented Apr 24, 2019

Looked through the code doesn't look like there is an option to when expanding collapse other expanded panels. Is this something you would be keen on adding in the future?

@aryzhov
Copy link
Owner

aryzhov commented Apr 24, 2019

Thank you for the suggestion. I will consider it and will post an update here.

@itsMarcoSolis
Copy link

This would be a useful feature.

@taufiqridha
Copy link

i would love to see this one too

@b-cancel
Copy link

b-cancel commented Oct 8, 2019

@aryzhov this is actually simple to implement and I can post what I did here... but could you please add some delay to the scroll into view

I thought It would be simple but I can't figure it out

this is necessary so that I can close all other tabs... and THEN scroll to position of object
so 1. I tap thing to open something else 2. I use the listener to detect that and close everything else that is open 3. scroll to position of the object I just opened

what I cant figure out is how to do #3

please help! and thanks beforehand :)

@heinzan
Copy link

heinzan commented Apr 19, 2021

Anyone can find solution.I have no idea how do?Please help

@mohitdawrani
Copy link

use gesture detector on header
onTap:(){
for(int i=0; i<expandableControllers.length;i++){
if(!expandableControllers.expanded){
if(i != index){
expandableControllers[i].toggle();
}
}
}
}

@mem3Dealer
Copy link

The interset for this feature is still alive!

@leah-n1
Copy link

leah-n1 commented Feb 29, 2024

any update on this?

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

9 participants