|
<ScrollView Orientation="Horizontal">
<SyncfusionButtons:SfChipGroup ItemsSource="{Binding Languages}" x:Name="ChipUserSectors" Type="Filter"
ChipPadding="8,8,0,0">
<SyncfusionButtons:SfChipGroup.ChipLayout>
<FlexLayout WidthRequest="750"
HorizontalOptions="Start"
VerticalOptions="Center"
Direction="Row"
Wrap="Wrap"
JustifyContent="Start"
AlignContent="Start"
AlignItems="Center"/>
</SyncfusionButtons:SfChipGroup.ChipLayout>
</SyncfusionButtons:SfChipGroup>
</ScrollView> |
Hi Alexis,Greetings form Syncfusion support.Based on the provided video reference, we have prepared simple sample to check this reported scroll issue. But we unable to reproduce the same. And the chip group works similar to Xamarin.Forms labels inside the flex layout.Tested sample: 162917/ze/TestChip_1097423228Tested platform: Android & iOSDevice configuration: Android – 9.0 pixel device, IPhone Xr 12.4 simulator.Chip implementation:
<ScrollView Orientation="Horizontal"><SyncfusionButtons:SfChipGroup ItemsSource="{Binding Languages}" x:Name="ChipUserSectors" Type="Filter"ChipPadding="8,8,0,0"><SyncfusionButtons:SfChipGroup.ChipLayout><FlexLayout WidthRequest="750"HorizontalOptions="Start"VerticalOptions="Center"Direction="Row"Wrap="Wrap"JustifyContent="Start"AlignContent="Start"AlignItems="Center"/></SyncfusionButtons:SfChipGroup.ChipLayout></SyncfusionButtons:SfChipGroup></ScrollView>Syncfusion version: 18.4.0.43Xamarin version: 5.0.0.2021Please check the above sample and let us know if we missed any or revert us by modifying the above sample along with replication steps. It will help us to assist you earlier.Regards,Saravanan.