Releases: Pulover/Class_LV_Rows
Releases · Pulover/Class_LV_Rows
v1.1.9
- 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
- Fixed other groups expanding when inserting new group.
v1.1.7
- Fixed mixed history when adding slots after using undo.
- Fixed LV_Rows_Demo.ahk (history).
v1.1.6
- Fixed Expand all groups not working.
v1.1.5
- Fixed mixed history when using GetData() due to shallow copy.
v1.1.4
- Updating SetGroups() to save groups to the current history slot.
v1.1.3
- Added SetData();
- Added ByRef param CopyData to Copy() and Cut();
- Fixed memory leak in ClearHistory();
v1.1.2
- Removed CopyTo and MoveTo functions due to bugs with setting target ListView.
v1.1.1
- Fixed collapsed groups expanded after refreshing.
v1.1
- Added support for multiple ListView hwnd's in the same handle.
- Added ListView Groups functions (thanks to just me).