Every time I do a CustomListView resize (either by SetLayoutAnimated,height or basePanel), it automatically scrolls to the top of the list. Is there a way to avoid this behavior?
Dim FirstVisible As Int = CustomListView1.FirstVisibleIndex
CustomListView1.AsView.SetLayoutAnimated(0, 0, 0, Page1.RootPanel.Width, 100dip)
Sleep(100)
CustomListView1.JumpToItem(FirstVisible)
Thanks @Erel I have already tried that one, but the client discard it as it was not an elgant solution (I think the same). IS there a special reason for this to happen in iOS?. I cannot debug it as it uses the library and it wont compile with the class (xCustomListView) in order to put some watches.