09-09-2008 06:32 AM
I was using a muticolumn listbox with 5 columns.In third column,i want to generate a ring control,generate in the sense,whenever user clicks on any cell of third column of multicolumn listbox,the ring control should pop up.The thing is that i need to use only one ring control and whenever user clicks on any cell of a third column,this ring control should pop up.How can i achieve this,anyone please help me,
Regards,
Naresh.N
09-09-2008 06:42 AM
Hi Naresh.N,
you can use an Event Structure to check where the user clicks inside the Multicolumn listbox. If it is the third row, then set the postion of your control and show it. Make sure that the control lies on top of the multicolumn listbox.
Hope it helps.
Mike
09-09-2008 09:37 AM