Advanced Forum Search Results
-
That makes sense. Thanks for the improvement.
-
http://silverlight.net/forums/p/53720/139118.aspx#139118
http://www.engineserver.com/silverlightcombobox/
-
http://silverlight.net/forums/p/53720/139118.aspx#139118
http://www.engineserver.com/silverlightcombobox/
-
Unless I missed a property somewhere, a SelectedValue property is needed for combo boxes and list boxes. I extended a combo box to do this.
If you have business objects that store data in a database via databinding, you've probably already found it a pain not to be able to associate a value with an item in a dropdown when ...
-
Hello,
I'm writing a cusotm control that inherits from ContentControl. I'm want my control to do something like this:
<my:SomeControl>Hello World</my:SomeControl>
But I always get an xaml error say 'SomeControl does not support Text as content'. Does anyone know how to create a ...