Hello,
I have a rather odd thing happening all the time in one of my projects where I use the Spread. It is a WinForm with one single spread and a bunch of other controls. The layout is mostly managed by sets of TableLayoutManagers. I use VS2008 and Spread for Windows Forms for 3.5 Framework 4. I have also updated the Spread from the .Net Framework 2.0 to 3.5 variant if that can help you with anything.
My problem appear after I run my WinForm, quit the application and go back to design mode for the form. Then all controls that are added to the WinForm after the Spread is added gets invisible. They are still there if check the designer code and there are no changes in the Designer.vb file for the form either. I can also select them if I scroll and select them in the properties window dropdown. If I then close the design file and open it again the controls magically reappear as they were supposed to be.
I have tried removing the Spread and then everything works like a charm again. I have also tried rearranging the order in which the controls are added to the form but the same problem appear and all the controls after the Spread have been added turn invisible. I have not yet tried removing the Spread and creating a new one fro scratch since I would rather not do that unless it is the very last option I must take. I have done a lot of styling to the Spread and would not like to go through the hassle again.
Do you have any idea what so ever what I can do to make this incredibly annoying problem go away? So far it hasn't removed any of my other controls but it is really frustrating having to close and reopen the form each time I run the project.
/Johan