[Mono-bugs] [Bug 657820] ReferenceTable overflow (max=512) scrolling GridView at GetView()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 8 15:04:15 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=657820

https://bugzilla.novell.com/show_bug.cgi?id=657820#c3


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpobst at novell.com

--- Comment #3 from Jonathan Pobst <jpobst at novell.com> 2010-12-08 20:04:14 UTC ---
Although it takes longer, even this will cause the local ref table issue:

public override View GetView (int position, View convertView, ViewGroup parent)
{
    return LayoutInflater.From (c).Inflate
(Resource.layout.claim_list_item_grid_inactive, parent, false);
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list