/// <summary>
 /// Tries to get the config file for the control.
 /// </summary>
 public TreeTabControl()
 {
     config = new TreeTabConfig();
     this.isTreeExpanded = true;
     InitializeComponent();
     this.GotFocus += new RoutedEventHandler(this.OnGotFocus);            
 }
 /// <summary>
 /// Tries to get the config file for the control.
 /// </summary>
 public TreeTabControl()
 {
     config = new TreeTabConfig();
     this.isTreeExpanded = true;
     InitializeComponent();
     this.GotFocus += new RoutedEventHandler(this.OnGotFocus);
 }