Jump to: navigation, search

Changes


Xamarin XAML

83 bytes added, 11:16, 3 October 2023
/* SfListViewExt */
{{Hint|Technically speaking, SfListViewExt informs item view models when their corresponding item views appear on / disappear from the screen. This way, view models can skip a lot of unnecessary work (on the UI) when their views are not visible. '''If SfListView is used instead, the item views will not reflect content changes until the page is reloaded/refreshed.'''}}
It is possible to configure the ListView, that the ScrollPosition is remembered when navigating away from the page, to do so, the property RembemberScrollPosition needs to be set to true:. If unset, the value defaults to false and the scroll positions are not remembered.
<syntaxhighlight lang="xml">