I am Integrating my application to WPF , in my code i used ListBox.SetSelected(i, true); to Display the Selected Items, Its works fine in Window Application, But it is not working with WPF. Thanks in Advance
I am Integrating my application to WPF , in my code i used ListBox.SetSelected(i,
Share
First you have to set
Selection modeof thatList box. then add items in selected item. as shown below.