Skip to content

Commit

Permalink
2005-10-04 Jordi Mas i Hernandez <jordi@ximian.com>
Browse files Browse the repository at this point in the history
	* ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:

		- Implements vertical and horizontal scrolling using XplatUI
		- Fixes keyboard navagation
		- Fixes EnsureVisible
		- Drawing fixes
		- Handles and draws focus properly



svn path=/trunk/mcs/; revision=51180
  • Loading branch information
Jordi Mas i Hernandez committed Oct 4, 2005
1 parent 4333071 commit b84104a
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 175 deletions.
11 changes: 11 additions & 0 deletions mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
@@ -1,3 +1,14 @@
2005-10-04 Jordi Mas i Hernandez <jordi@ximian.com>

* ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:

- Implements vertical and horizontal scrolling using XplatUI
- Fixes keyboard navagation
- Fixes EnsureVisible
- Drawing fixes
- Handles and draws focus properly


2005-10-04 Kornél Pál <kornelpal@hotmail.com>

* ImageList.cs: Use upper case initials for internal fields. ImageStream:
Expand Down

0 comments on commit b84104a

Please sign in to comment.