I have a button that is programatical开发者_运维知识库ly created, it\'s content is a stack panel with an image and a textblock.This all works great.
I\'m开发者_开发百科 working on a silverlight project where users get to create their own Collages.
Scenario : I am working on LOB application, as in silverlight every call to service is Async so automatically UI is not blocked when the request is processed at server side.
I am trying to create an attached behavior that can be applied to a Silverlight ComboBox. My behavior is this:
I\'ve noticed that the SL3 Validators automatically uses the properties from DisplayAttribute when creating validation messages. I\'m interested in any suggestions on how to extract this information f
In XAML (Root is a UserControl), I have defined a grid with two columns. In a ViewModel layer, I have defined a property as UserControl.
I can\'t seem to find a Label control in Silverlight.I ge开发者_JAVA百科t compile errors if I putanywhere in my XAML.TextBlock is roughly the same as a Label from WinForms.
I Have a canvas and would like to place silverlight elements within that canvas relative to each. For example, I have an element (A) at canvas.top=\"0\" c开发者_如何学Goanvas.left=\"5\". I would like
I am trying to set the Canvas properties in an ItemsControl DataTemplate with Silverlight 3.According to this post, the only way of doing that is to set it using the ItemsContainerStyle for the Conten
I have code like this: MediaElement me = myPlayer.MediaE开发者_如何学编程lement; WriteableBitmap wb = new WriteableBitmap(me.NaturalVideoWidth, me.NaturalVideoHeight);