>> That means that it should assume a fixed renderer size - that is, it >> shouldn't expect the preferred size of each item to be different. That's >> what ListView does when the "variableItemHeight" style is set to false (the >> default). > > Ah, ofcourse. I'll adjust. What about the renderer's default ImageView, > should it have a fixed size like in ListView, or should it be determined by > the image that get's loaded into it?
The size should be fixed by the ImageView - if it depends on the image, then the renderer isn't guaranteed to have a fixed size. >> Did you define a GridView.ItemRenderer interface and associated data class, >> etc.? > > Yes I did. I must say you guys did a great job with Pivot's interfaces and > structure - it was a joy working with this :) Thanks. :-)
