You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the bug
Setting visibility=False on any number of ListView's child controls results in a glitch, where as if a big gray block was added to the end of the ListView. The ListView can be scrolled to show more of the gray block, and the ListView and it's child controls remain otherwise functional. Setting back visibility=True on all of the child controls corrects the behavior.
Duplicate Check
Describe the bug
Setting
visibility=False
on any number ofListView
's child controls results in a glitch, where as if a big gray block was added to the end of theListView
. TheListView
can be scrolled to show more of the gray block, and theListView
and it's child controls remain otherwise functional. Setting backvisibility=True
on all of the child controls corrects the behavior.Code sample
Code
To reproduce
ListView
and add child controls of any type into it.visibility=False
on any number of the child controlsListView
Expected behavior
ListView remains working as expected, without visual or functional issues, even if a child control is hidden with
visibility=False
Screenshots / Videos
Captures
Operating System
Linux
Operating system details
Rocky Linux 9.3
Flet version
0.27.1
Regression
No, it isn't
Suggestions
No response
Logs
Additional details
No response
The text was updated successfully, but these errors were encountered: