Skip to content

Releases: snakefoot/cgridlistctrlex

Version 1.4

17 Aug 21:03
Compare
Choose a tag to compare
  • Added clipboard support for copying the contents of the selected cell / rows
  • Renamed the "Callback"-functions to "OnDisplay", as it resembles the MFC naming convention
  • Fixed some reported bugs

Version 1.3

17 Aug 21:02
Compare
Choose a tag to compare
  • Fixed extended style when used in CView
  • Fixed positioning of context-menu when using keyboard shortcut (SHIFT+F10)
  • Fixed compiler errors that appeared when using Visual Studio 6 (VC6)

Version 1.2

17 Aug 21:00
Compare
Choose a tag to compare
  • Replaced the CGridListCtrlXP with CGridRowTraitXP
  • Fixed some reported bugs

Version 1.1

17 Aug 20:50
Compare
Choose a tag to compare
  • Added support for grouping with CGridListCtrlGroups
  • Added CDateTimeCtrl editor
  • Fixed drawing bugs when using Classic- and XP-style
    • Fixed image background color for selected subitems (no longer white)
    • Fixed grid border disappearing when scrolling right and left
  • Indicate the list is empty when it contains no items
  • Extended CComboBox editor, so it automatically resizes dropdown width to its contents