
mustangpeakeasylistview - issue #4
SelectGroupItems does not work inside OnGroupClick event
What steps will reproduce the problem? Add the following to the OnGroupClick event of a TEasyListView:
TEasyListView(Sender).Selection.SelectGroupItems(Group, True);
What is the expected output? What do you see instead? One would expect that the item within the group would be selected, except they ar not
What version of the product are you using? On what operating system? Version 2.1.0
Please provide any additional information below. I the code at the end of
procedure TCustomEasyListview.HandleMouseUp;
from
"DoGroupClick(Group, KeyState, GroupHitInfo)"
to
"DoGroupClick(Group, KeyState, GroupHitInfo) else"
in order to resolve the selection problem.
Status: New
Labels:
Type-Defect
Priority-Medium