Hi All,
How to dynamically list box items add on canvas in WPF, When i mouse double click on List Box Item than this item add on canvas.How it possible.
Thanks
Aniruddha
Hi All,
How to dynamically list box items add on canvas in WPF, When i mouse double click on List Box Item than this item add on canvas.How it possible.
Thanks
Aniruddha
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Terrance CPosted Oct 16, 2013, 10:16 AM
Kiran Kumar TalikotiPosted Oct 16, 2013, 8:21 AM
May be check this:
right click on the listbox ->Click on Properties->select events->mouse double click event
Write the logic in mouse double click event.