Hi,
In my WPF MVVM application I have a view with RadTabControl with 4 different TabItems.
I use the tabs to display 4 different categories of items
Visibility Property of each TabItem is bound to a property in my ViewModel.
Now if let say Tab1 and Tab4 are visible and Tab2 and Tab3 hidden I got gaps like this:
[ Tab 1 ] __________________ [ Tab 4] .
How to make all tab headers to move to the left like this:
[ Tab 1 ] [ Tab 4] __________________ .
(see pseudo-code below)