* ImplicitHScrollBar.cs:
authorJackson Harper <jackson@novell.com>
Fri, 2 Dec 2005 21:15:20 +0000 (21:15 -0000)
committerJackson Harper <jackson@novell.com>
Fri, 2 Dec 2005 21:15:20 +0000 (21:15 -0000)
commitfc466506de8c04ba57ccb7e8823599622f3e62e9
tree1fbbfaef993c203bd904c80d5a0d240a21bd84f0
parentba33dc2d20ad62b030177537547a491edaac72d6
* ImplicitHScrollBar.cs:
* ImplicitVScrollBar.cs: New scrollbars that don't take focus from
their container controls.
* TreeView.cs: Use the new implicit scrollbars.

svn path=/trunk/mcs/; revision=53842
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitVScrollBar.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs