Click to See Complete Forum and Search --> : Rearrange tabs in TabControl (WPF)


purpleflash
November 28th, 2008, 05:40 AM
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?

Arjay
November 28th, 2008, 05:10 PM
Bind the tab items to a ObservableCollection and arrange the collection as you need to.