Skip to content

Releases: Pulover/Class_LV_Rows

v1.1.9

28 Dec 23:51
Compare
Choose a tag to compare
  • Fixed scroll bug during operations with groups enabled.
  • Added "Drop" option to Drag() method to disable auto-drop and allow copying instead of moving.

v1.1.8

13 Nov 17:06
Compare
Choose a tag to compare
  • Fixed other groups expanding when inserting new group.

v1.1.7

20 Oct 23:32
Compare
Choose a tag to compare
  • Fixed mixed history when adding slots after using undo.
  • Fixed LV_Rows_Demo.ahk (history).

v1.1.6

08 Oct 17:09
Compare
Choose a tag to compare
  • Fixed Expand all groups not working.

v1.1.5

01 Oct 18:20
Compare
Choose a tag to compare
  • Fixed mixed history when using GetData() due to shallow copy.

v1.1.4

01 Oct 13:38
Compare
Choose a tag to compare
  • Updating SetGroups() to save groups to the current history slot.

v1.1.3

14 Sep 14:49
Compare
Choose a tag to compare
  • Added SetData();
  • Added ByRef param CopyData to Copy() and Cut();
  • Fixed memory leak in ClearHistory();

v1.1.2

09 Jun 22:55
Compare
Choose a tag to compare
  • Removed CopyTo and MoveTo functions due to bugs with setting target ListView.

v1.1.1

29 Apr 16:10
Compare
Choose a tag to compare
  • Fixed collapsed groups expanded after refreshing.

v1.1

01 Apr 17:25
Compare
Choose a tag to compare
  • Added support for multiple ListView hwnd's in the same handle.
  • Added ListView Groups functions (thanks to just me).