xfgloss
xfgloss copied to clipboard
Background color incorrect behavior with TableView
Hi,
It seems that BackgroundColor property doesn't work properly with TableView cells. While scrolling, cells start to change colors even if they don't have BackgroundColor set (see https://vimeo.com/272001517#t=10s, cells at the bottom).
To reproduce, you can clone https://github.com/DotNetRu/App repo, branch https://github.com/DotNetRu/App/tree/bugfix/xfgloss.
Can you please investigate?
Hi @pfedotovsky, sorry for the slow reply. My father was ill through most of the summer before passing away at the end of August. I will fetch your repo and investigate the issue. Thank you for reporting it.
@pfedotovsky, looks like the branch is no longer available. I will attempt to reproduce the issue.
I suspect it is caused by the cells being recycled from a data item that had set the background color to an item that doesn't, in which case the background color should be cleared, but probably isn't being changed at all.