Using VS2008 and .Net 3.5SP1.
I need to be able to rearrange the order of tabs on a tabcontrol. I've tried changing the indexes directly but it doesn't work. How should this be done?
Printable View
Using VS2008 and .Net 3.5SP1.
I need to be able to rearrange the order of tabs on a tabcontrol. I've tried changing the indexes directly but it doesn't work. How should this be done?
Bind the tab items to a ObservableCollection and arrange the collection as you need to.