Hi Vin,
Thank you for using syncfusion products.
#Regarding Automatically scrolling a SfListView that contains a SfNumericTextBox
We would like to inform you that as per implementation of SfListview, there is an Limitation of using Keyboard Navigation in SfListview control. Please refer to the following UG Documentation about limitation of using KeyBoardNavigation in SfListview.
We would like to inform you that you can achieve your requirement with the help of placing listview inside the scrollview and set the IsScrollingEnabled has false in Sflistview. Please refer to the following code snippet for your reference.
Code Snippet:
|
<ScrollView>
<syncfusion:SfListView x:Name="listView"
ItemSpacing="1"
ItemSize="180"
IsScrollingEnabled="False"
BackgroundColor="AliceBlue"
ItemsSource="{Binding contactsinfo}">
<syncfusion:SfListView.ItemTemplate >
|
Please refer to the tested sample in the following link for you reference.
Please let us know if you have any concern.
Regards,
SaiGanesh Sakthivel