-
1 Feb 2012 2:56 AM #1
Problem with BufferView scroll rendering
Problem with BufferView scroll rendering
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.
Just wanted to share this in case it could be helpful for someone.Code:bufferView.setScrollDelay(1);


Reply With Quote