.net - Using ItemContainerGenerator make fire event SelectionChanged -
in wpf application call
surfacelistboxitem categoryitem = (surfacelistboxitem)categorieslistbox.itemcontainergenerator.containerfromitem(categorieslistbox.selecteditem);
an event selectionchange
for
categorieslistbox
fires. how avoid this? alternatively suggest me way how swap data template
Comments
Post a Comment