Hey everyone, I have a weird problem: I am using a TileList and I want to disable liveScrolling so I set it to false. Unfortunately this didn't work moreover live scrolling is still working even when I have the mouse positioned very far from my TileList. I just want to mention that I have set horizontalScrollPolicy="off" verticalScrollPolicy="off" and I am programmatically scrolling to a certain position verticalScrollPosition="{pos}" (of course by setting pos). Any idea of what is happening? Thank you in advance!
Florina