TreeNode.cs: Make is_expanded internal so the treenode
authorJackson Harper <jackson@novell.com>
Thu, 1 Jun 2006 20:53:10 +0000 (20:53 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 1 Jun 2006 20:53:10 +0000 (20:53 -0000)
commit49d30fcf127b92ce373dd31d38d0beea83675267
treef0b803696da654f8d183c5741ed60136a77e3137
parentb9ef380bba300deb4dc0d47788e4dad517869afb
     TreeNode.cs: Make is_expanded internal so the treenode
        collection can change it without firing the whole event chain.
        * TreeNodeCollection.cs: When clearing all the child nodes make
        sure to recalc the visible order.
        - Improve algo for remove the top node

svn path=/trunk/mcs/; revision=61387
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNode.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs