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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.