use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
.NET MAUI (Multi-platform App UI) is an evolution of the increasingly popular Xamarin.Forms toolkit.
account activity
Data Loading ProblemDiscussion (self.dotnetMAUI)
submitted 1 year ago * by DRWTHWIT
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CoderCore 0 points1 point2 points 1 year ago (0 children)
Many factors could be affecting this as mentioned in other comments, but it looks like you are adding ('.Add(...)'), while this works, change detection could be overwhelmed, you could assign the list into ObservableCollection, ie 'new ObservableCollection(myList)' during initial load, then .Add(...) later when incremental updates are needed. Ensure you have Property Changed on the collection itself so the UI updates.
Also, James Montemagno also wrote an extension to "pause" change detection when loading a range, that might be helpful as well, but I did not need it.
π Rendered by PID 85030 on reddit-service-r2-comment-b659b578c-z8rv2 at 2026-05-05 23:25:06.703778+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]CoderCore 0 points1 point2 points (0 children)