Re: [Python.NET] DataGridView Issue

2012-06-29 Thread Manfred Schulte-Oversohl
It did not work. In the meantime I took XPTable instead of DataGridView which did want I want. http://www.codeproject.com/Articles/11596/XPTable-NET-ListView-meets-Java-s-JTable?msg=2332119#xx2332119xx Manfred On Thu, Jun 28, 2012 at 7:33 PM, Tribble, Brett wrote: > Can Person derive from S

Re: [Python.NET] DataGridView Issue

2012-06-28 Thread Tribble, Brett
Can Person derive from System.Collections.Arraylist instead of a System.Object? http://msdn.microsoft.com/en-us/library/system.collections.arraylist(v=vs.71).aspx From: pythondotnet-bounces+btribble=ea@python.org [mailto:pythondotnet-bounces+btribble=ea@python.org] On Behalf Of Manfred