Hi I have added 10 items to ListView control.When i click on the items of listview control it should be added to the column of the TableLayoutPanel.How can i do this?
Hi I have added 10 items to ListView control.When i click on the items of listview control it should be added to the column of the TableLayoutPanel.How can i do this?
I think you'd better create a control(label, textbox,etc..)first associated with that item you clicked, then add to it to your TableLayoutPanel's controls. Hope can help you.