Hidden ListView doesn't appear as expected #27630
Labels
area-controls-listview
ListView and TableView
platform/android 🤖
platform/iOS 🍎
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
If ListView initially invisible, then attempt to make it visible fails
Steps to Reproduce
Expected behavior: ListView should shows up after the first tap;
Actual behavior: on Android ListView shows up only after 3rd tap; on iPhone ListView never shows up.
Link to public reproduction project repository
https://github.com/vpshonyak/BugListView.git
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS, Android
Affected platform versions
No response
Did you find any workaround?
On Android works if 'ListView1.IsVisible = !ListView1.IsVisible;' replaced with:
ListView1.IsVisible = !ListView1.IsVisible;
ListView1.IsVisible = !ListView1.IsVisible;
ListView1.IsVisible = !ListView1.IsVisible;
Relevant log output
The text was updated successfully, but these errors were encountered: