V
VJ
Is there a way to Order Tabpages..
I tried to Use a Class that implements the IComparer and a Compare method as
suggested in the MSDN article. "ArrayList.Sort()" and then use the instance
of this class to sort like..
tbControl.TabPages.Sort(lstSorter)
There seems to be no effect..... I have tried debugging, the sorting seems
to happen, but Tabpages don't get rearranged. I even tried Referesh(),
Invalidate() methods.. after sort, nothing seems to work...
VJ
I tried to Use a Class that implements the IComparer and a Compare method as
suggested in the MSDN article. "ArrayList.Sort()" and then use the instance
of this class to sort like..
tbControl.TabPages.Sort(lstSorter)
There seems to be no effect..... I have tried debugging, the sorting seems
to happen, but Tabpages don't get rearranged. I even tried Referesh(),
Invalidate() methods.. after sort, nothing seems to work...
VJ