AD
Administrator
Syncfusion Team
October 19, 2005 07:34 AM UTC
I cannot find any occurrence of a GridTabPanel in either the grid or gridgrouping libraries. Exactly what is it? Can you upload a sample project showing your problem.
In general, with .NET 1.1 docking and splitters, the order you add the controls to their parents is crucial. For example, if you first put three controls on a form in this order, C1, C2, C3, and then set C1.Dock = Fill, and C2.Dock = Left and C3.Dock = Left, C1 will be under C2 and C3.
TR
Terence Rossow
October 19, 2005 11:46 PM UTC
Ahh damn - the grid tab panel is actually a user control we created to mimic excel''s workbook. *slaps head*.
I know about the order thing - I''ve spent quite a bit of time with this just getting the splitter to work. The problem is that the control docks itself to a point past the end of the form.
However since I just realised this is a user-control, I can''t see how any Syncfusion code would be at fault.
My Appologies.