charro
1 Feb 2012, 2:56 AM
I had a problem when using BufferView on a Grid. There were some buttons on the rows with images inside and those images were not being rendered on scrolling.
I set the scrollDelay of the view to 1, and now it's working.
bufferView.setScrollDelay(1);
Just wanted to share this in case it could be helpful for someone.
I set the scrollDelay of the view to 1, and now it's working.
bufferView.setScrollDelay(1);
Just wanted to share this in case it could be helpful for someone.