ListView and dynamic row sizes
Posted
by misbell
on Stack Overflow
See other posts from Stack Overflow
or by misbell
Published on 2010-03-18T21:35:11Z
Indexed on
2010/03/18
21:41 UTC
Read the original article
Hit count: 495
I'd like to use different row descriptors (from the XML layout resource) in one ListView. Can I and how?
Also, I'd like to be able to programmatically change the size of the rows, based on the data in each row, in a ListView. Can I and how?
Thank you in advance--I LOVE stackoverflow.
M
© Stack Overflow or respective owner