changeset 346 | f652ab1e06e2 |
parent 345 | 0c551e8818e0 |
1.1 --- a/External/Aga.Controls/Tree/TreeNodeAdv.cs Sun May 27 15:16:19 2012 +0000 1.2 +++ b/External/Aga.Controls/Tree/TreeNodeAdv.cs Sun May 27 16:08:54 2012 +0000 1.3 @@ -336,7 +336,7 @@ 1.4 set { _isExpandingNow = value; } 1.5 } 1.6 1.7 - private bool _autoExpandOnStructureChanged = false; 1.8 + private bool _autoExpandOnStructureChanged = true; 1.9 public bool AutoExpandOnStructureChanged 1.10 { 1.11 get { return _autoExpandOnStructureChanged; }