AH.
AH.

Reputation: 3091

Xamarin Forms scrolling in ListView with custom ViewCell is not working for UWP

When using a custom ViewCell for a ListView, it is almost impossible to scroll in UWP. The list items gets focus shortly and the list is not scrolled. (It works fine on Android).

When using a TextCell or ImageCell for scrolling works fine, but only the Text attribute of the TextCell is shown in the ListView. The Detail attribute of the TextCell is never shown. (This also works fine for Android).

I'm using Visual Studio 2017 and latest Xamarin version.

Upvotes: 0

Views: 447

Answers (1)

Paul
Paul

Reputation: 1175

Per comments on the question, this was resolved by updating their version of Forms.

Upvotes: 1

Related Questions