xaml - Silverlight 5: Set ConstructorArgument on a IMarkupExtension class -


i have markupextension can initiated 1 value, binding:

<textbox text="{binding mypath}"/> instead of <textbox text="{binding path=mypath}">

in wpf done constructorargumentattribute, doesn't exist in silverlight.
checked attributes on path property of binding have'nt found attributes applied it.

any ideas?

for realize it's not yet implemented.

so if think feature compelling, please go ahead , vote feature here.

hope answer updated have piece of news (hope happen asap...).


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -