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

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


Jonathan Pryor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Jonathan Pryor <[email protected]> 2011-04-06 19:55:58 UTC 
---
The sample was buggy, specifically:

    imageView.LayoutParameters = new ViewGroup.LayoutParams (85, 85);

should be:

    imageView.LayoutParameters = new GridView.LayoutParams (85, 85);  

This change has already been applied to the tutorial.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to