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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -