I have a GridView with multiple View types. For some reason the height of the top row always matches the shortest item, so taller items are truncated at the bottom.
Is there a way to tell my GridView to make sure every item fits in the row? Do I have any control over the height of individual rows? How does GridView decide how tall a row should be?
P.S. I didn't post a code sample because I'm pretty sure this problem isn't specific to my code. In fact I think it may be a bug in GridView since it only happens in the first row.