Thursday, May 9, 2013

Specifying the Selected Items in a ListBox with Multiple Selection Enabled

stkEditStores is a StackPanel, and lstEditStores is a ListBox, which is a child of stkEditStores:



<StackPanel x:Name="stkEditStores">
<ListBox x:Name="lstEditStores"/>
</StackPanel>





Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/


No comments:

Post a Comment