Refresh ListView
Ronald Rex
1,666
Reputation points
Hi Friends,
I am having trouble updating my ListView in .Net Maui. I am using the below code to Remove the initial value and Insert the updated value. And its strange that it will only update the first item in the ListView fine, but will not work with any other items. Greatly appreciate any help !
Userdefinedfields.RemoveAt(idx);
Userdefinedfields.Insert(idx, tmp);
Developer technologies .NET .NET MAUI
4,152 questions
Developer technologies C#
11,567 questions
Sign in to answer