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