SetChildNeedsDisplay(); .SetNeedsDisplay(); #216
GronbergInfo
started this conversation in
General
Replies: 1 comment 2 replies
-
That is a old issue when a view is been updating from a thread it's needed to call the main thread with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. i hav ejust started noticing that listview does not update with new lines.
I add a list as Setsource to a listview, adding a bunch of rows into that list, only time the Listview updates/redraw is when i actually click on it in the console.
I have tried to add a bunch of lines and then run both SetChildNeedsDisplay(); .SetNeedsDisplay(); for my listview, and it still only updates the new lines when i click the object it self.
Is there a setting or something for the whole view that i can run re-draw/update everything?
Beta Was this translation helpful? Give feedback.
All reactions