Hi,
I have a client requirement to allow user to move tabs via drag & drop. Fortunatly UltraTab support this.
Thanks for any advice
Kind regards
Patrick
Patrick,
1) There is an AllowMoving property on each individual tab, so you could set this to False on the tabs that shouldn't allow moving.
2) Take a look at the VisibleTabs collection on the UltraTabControl, which should be returning the tabs in the same order as they appear.
-Matt