* TreeView.cs: Scrollable is true by default
authorJackson Harper <jackson@novell.com>
Thu, 25 May 2006 18:45:09 +0000 (18:45 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 25 May 2006 18:45:09 +0000 (18:45 -0000)
commitf1656131aaf258416802ee126ff5d9080d26d244
tree98bad66c89792276f8201ab54e16fcf3598a5d2e
parent1268ecba7404fa7b16826ac0a7370397fbf5d0a8
    * TreeView.cs: Scrollable is true by default
        - Use invalidate instead of refresh where needed
        - Factor the scrollable value into scrollbar updating
        - Update the scrollbars if the Scrollable property is altered
        - Update the selected node if its ImageIndex is changed
        - Handle null nodes in UpdateNode (mainly so we don't have to
        check if selected is null when updating it

svn path=/trunk/mcs/; revision=61131
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs