Hi All,
I am having a problem with JvHTListbox. When I fill the listbox with
procedure TForm1.FormCreate(Sender: TObject);
var
iTEMP : integer;
begin
for iTEMP := 0 to 9 do
JvHTListBox1.Items.Add('<a href="abcdef">abcdef</a>');
end;
Every is fine until I start to move the mouse over the entries.
When I hover over an entry it changes colour.
If I move to another entry the previous entry still stays selected.
Is this a bug?
Any ideas?