I have a custom adapter working with a listview. Under my 'GetView' I have a CheckedChange function. It works perfectly for all rows except the very first/top row. Whenever the CheckBox in the first/top row is toggled, the CheckedChange function gets called for every row in the listview. Is there something I'm doing wrong? or should I just create a flag somehow to catch it? Thanks!
↧