LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate a control in particular column of of a MULTI COLUMN LISTBOX whenever user clicks on any cell?

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

0 Kudos
Message 1 of 3
(2,482 Views)

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

Message 2 of 3
(2,476 Views)
A simple example can be found here.
0 Kudos
Message 3 of 3
(2,460 Views)