Hi,
I am trying to use the Xamarin port of Emil Sjölanders StickyListHeader project (https://github.com/emilsjolander/StickyListHeaders) by James Montemagno (https://github.com/jamesmontemagno/XamDroid.StickyListHeaders) and got it running.
But I can see that when selecting first row below a section header that the header get selected aswell:
When debugging this I suspect that the reason might be that this call fails (throws an exception about field not found).
var selectorRectId = JNIEnv.GetFieldID(absListViewClass, "mSelectorRect", "()Landroid/graphics/Rect");
Anyone got an idea what could be wrong in this row?
Regards Lars