Hi,
I'm using DataTemplates with SfListView to display a set of Questions. AutoFitMode is set to dynamic height.
When a large question gets added to the ListView item-source, the automatic scroll set up using ScrollToRowIndex doesn't work properly.
The listview scrolls to the end clipping of the top portion of the added Question (Tried to fix this using all four scroll to positions available) in smaller iPad devices. The issue occurs when the added content size is greater than the screen size. Is there any way by which I can scroll the listview in such a way that the starting portion of the added content is visible on the screen?
Thanks,