Android Question FixedViewInfo in ListView?

PaulR

Active Member
Licensed User
Longtime User
Thanks for the reply. I see from the ListView Android docs that FixedViewInfo only seems to be used for headers and footers so it doesn't look like one can be added anywhere we like in a ListView anyway.

It look like Checklists does the non-clickable item thing so I'll check that out.

Thanks again.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Better using a customlistview... Here you have full control over the elements. And here you can create custom header or footer... But it is more difficult to handle...
 
Upvote 0
Top