What do you mean with pan array?
Erel, Thanks for the reply...
When I build a solution with
Dim Pan(X,Y) as Panel
and then fill a CLV Item (line) with the Pan(X,Y) panels, Im doing something wrong, because...... when I click on one of the Pan(X,Y), I get allways the last Panel at the Pan(X,Y)_Click event... and NOT the real Panel I clicked on...
I get allways the last one as "SENDER".......