I was hunting an issue in my App, where the Content of ListBoxes suddenly was missing, but the Debugger revealed that the Content was there. It was just not visible anymore.
After trying everything for months, we found out that if the contents of a ListBox are changed while the VerticalScrollBar is disabled, the ScrollPosition is not updated. This can result in the changed content of the ListBox not being visible.
After I found the error, it was very easy to create an example project. Please vote for this issue, because the error is not easy to detect if you are not aware of this possible error.
5 posts - 2 participants