Zitat von
Khabarakh:
ItemIndex ist aber der markierte Eintrag, hier müsste man TopIndex verwenden.
Listbox2.TopIndex:=Listbox1.TopIndex
Hm...
Kompromiss:
Delphi-Quellcode:
procedure TForm1.ListBox1Click(Sender: TObject);
begin
Listbox2.TopIndex := Listbox1.ItemIndex;
end;
MfG Marc
Marc P.
Grüße aus Kirchheim Teck