Einzelnen Beitrag anzeigen

kasi

Registriert seit: 18. Aug 2003
10 Beiträge
 
Delphi 5 Enterprise
 
#20

Re: 2 ListBoxen verkuppeln (Beim Scrollen)

  Alt 7. Okt 2003, 20:33
Dann so:
Code:
procedure TForm1.ListBox1Click(Sender: TObject);
begin
ListBox2.TopIndex := ListBox1.TopIndex;
ListBox2.ItemIndex := ListBox1.ItemIndex;
end;
KASI
  Mit Zitat antworten Zitat