Skip to content

Commit c08b018

Browse files
committed
Updated with version 2.1 changes
1 parent 0e71e79 commit c08b018

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CGridListCtrlEx/CGridListCtrlEx.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
// Author: Rolf Kristensen
55
// Source: http://www.codeproject.com/KB/list/CGridListCtrlEx.aspx
66
// License: Free to use for all (New BSD License)
7-
// Version: 2.0
7+
// Version: 2.1
88
//
99
// Change History:
10+
// 2.1 - Fixed bug introduced in 2.0, where grouping of items no longer worked on WinXP.
11+
// Improved performance when sorting item groups, especially on Vista/Win7+.
12+
// Added new column trait CGridColumnTraitHyperLink, that can display cell text as weblinks.
13+
// Added new column trait CGridColumnTraitMultilineEdit, that can edit cell text that contains newlines
14+
// Fixed several small bugs
1015
// 2.0 - Added copy/paste support for CDateTimeCtrl editor (DTS_APPCANPARSE)
1116
// When having grouped by column, then column header click now sorts instead of grouping by column.
1217
// Changed the row sorting to be case insensitive by default

0 commit comments

Comments
 (0)