tabcontrols in .net

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

i have one problem in .NET winforms developement with C#.
i am having one tab which is having 10 tabpages.Among that tabpages,one
tabpage in turn has 20 grids which i can't put within this tabpage.
also i can't put a tabcontrol within a tabcontrol which becomes very
complex.
Please suggest solution.
Thanks!
 
SS,

If you want to view just one grid at a time, then I would recommend that
you have a listbox or a drop down list, which would make the appropriate
grid visible when you change the selection. You just have to figure out
what you want to use to represent each grid in the box.

Hope this helps.
 
Back
Top