c# - Pass Listbox Items as array to another pages -
i making app in vs2012 c# windows 8. have 1 listbox 'a' , want pass items page 'pageone.xaml'. listbox item contain both numbers , characters.
p.s. : can make listbox global(i.e. can used pages)
you using viewmodel
this. check out mvvmlight. create ioc , service locator (well, template create 1 you) allows access viewmodel
s anywhere in app via source={staticresource locator}
.
Comments
Post a Comment