c# - WPF TraceLevel problem -


i'm applying tracelevel datagrid this

        <datagrid horizontalalignment="stretch" margin="12,12,12,12" verticalalignment="stretch" itemssource="{binding vals, presentationtracesources.tracelevel=high}" /> 

but doesn't produce trace output. what's wrong?

tools -> options -> debugging -> output window -> wpf trace settings -> data binding

set warning or whatnot, think default off


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -