Scrollbar component inside power table getting re-drawn when scrolling

I have a power table with a scroll bar enabled on it. For one of the columns I am passing in a viewPath and percentage complete value. The view path contains a progress bar component with a color and value binding.

When I scroll through the power table any progress bar not displayed seems to get re-drawn after scrolling back to it (making it visible to the user again).

Animation

What is causing this progress bar to get re-drawn? Can it be stopped?

Are you using virtualized rows? (That speeds the table up by discarding row information for hidden rows.)

Yes, that was it!

I didn't realize the purpose of that setting when I was looking through them. Thank you.