The control added is derived from TabControl with 5 Tabs each of which has a
DataGridView on it. The DataGridViews are DataBound to a BindingList
Collection of Business Objects.
The really interesting part is it only happens when the DataGridView on
TabPage0 has 2 rows. Also, if I take the first column off, it works.
First inclination is to suspect an infinite loop on the property getter and
setters but this is not it.
What I am wondering is can anyone suggest what are some other possibilities
and perhaps some troubleshooting techniques.
System.StackOverflowException occurs in System.Windows.Forms.dll
TIA
George
Bob Powell [MVP] - 26 Jan 2008 12:41 GMT
Some code that reproduces the problem would be useful.

Signature
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> The control added is derived from TabControl with 5 Tabs each of which has
> a
[quoted text clipped - 16 lines]
> TIA
> George