SfExpander closes directly

Hi,

I try to recreate the demo you propose in the github 

https://github.com/syncfusion/xamarin-demos/blob/master/Forms/Expander/Expander/Samples/ExpandableListView/ExpandableListView.xaml

I created everything but when I click on it it appears. Sometimes it closes. It's showing then hiding directly

In my content view I have a FlexLayout

 <FlexLayout Grid.Row="1" Direction="Row" Wrap="NoWrap" AlignItems="Start"  JustifyContent="SpaceEvenly" BindableLayout.ItemsSource="{Binding Tops}">
                                                                                <BindableLayout.ItemTemplate>
                                                                                    <DataTemplate x:DataType="dtos:ElementShareItem">
                                                                                        <Grid  >

How can I fix the issue?

Attachment: ScreenRecorderProject10_99d9b9f6.zip

1 Reply

LN Lakshmi Natarajan Syncfusion Team December 17, 2020 02:42 PM UTC

Hi Alexis, 
 
Thank you for using Syncfusion products. 
 
We have checked the reported query “SfExpander closes directly” from our side. We would like to inform you that we could not reproduce the reported scenario in our simple sample. We could not get how the FlexLayout used with the SfExpander. Could you please share the SfExpander templates used in the XAML along with FlexLayout code snippets which would be helpful for us to check on it and provide you the solution as soon as possible. 
 
Lakshmi Natarajan 
 


Loader.
Up arrow icon