I have a ListView with grouping enabled. It seems that sporadically the bottom divider for a grouping disappears. I was having the same issue with normal dividers but then I implemented my own custom ListViewRenderer for Android and set the divider height property to a hardcoded pixel value. This seemed to resolve the randomly disappearing divider problem. However the problem of the bottom divider still remains. Anyone know what property this thing is controlled by? I just want to hide it at this point.
↧