Adding or inserting an item to a TListView always adds it to the end when GroupView is Active
问题 In Delphi 2009 : When TListView's GroupView is Active, adding or inserting an item to a TListView always adds it to the end of the list, regardless of Index specified as param. When GroupView is set to false it adds it at the specified index. But when it is true, this behavior is not seen. ListView2.Items.Insert(1) The above should insert item at the sepecified index "1", but always adds it to the end of the list. What am I doing wrong here? object ListView2: TListView Left = 32 Top = 40