wpf - Can a value converter execute on different thread? -
if binding.isasync = true, why doesn't valueconverter execute on same "supposingly non-ui" thread?
is there any way make execute on thread?
the documentation isasync
suggests property accessors called asynchronously. no mention of converters made can find. i'm not entirely sure whether because it's technically not possible call converter on bg thread, or perhaps overlooked. seems me should possible.
as workaround, can move heavy logic being performed converter property, or perhaps separate property altogether?
Comments
Post a Comment