Hi David,
Greetings form Syncfusion.
We have analyzed your query and the default value of MaximumDropDownHeight is 400, so that when items are above height, dropdown items are scrolled. We suggest to use MaximumDropDownHeight property of SfComboBox to resolve the reported issue as below code snippets.
XAML:
<combobox:SfComboBox x:Name="comboBox" Grid.Column="1" Grid.Row="1" MaximumDropDownHeight="200" SuggestionBoxPlacement="Top" HeightRequest="40" Watermark="Select name" DataSource="{Binding EmployeeCollection}" MultiSelectMode="None" DisplayMemberPath="Name" />
|
1. Update modified sample with reported issue
2. Update replication steps to reproduce the issue
It will help us to provide better solution at the earliest.
Regards,
Sakthivel P.