Is there an easy to to programmatically force a uielement to validate in Silverlight 3? I have a textbox where i bind a Silverlight.Validators.RegexValidator to, unfortunately the validator checks ag
I have a ContentControl, which I use the Content Property to place some geometry inside (path, ellipses etc).
How can I programmatically add UIElements to canvas in Silverlight 4? But nothing happens. When I check for the existence of the image it is there
I\'m trying to set开发者_开发百科 the property of UIElement to not focusable, but there does not seem to be a isfocusable property for buttons. Does anyone have any suggestions? Thanks :) I believe yo
I created a custom version of canvas by simply extending/inheriting from the Panel. When I want to draw or render something on it, I simply create a DrawingVisual, draw the desired graphics and call
So I have a printing component that serves a Silverlight application.Other modules in this program have the ability to signal the printing component and pass it a UIElement, which the printing compone
I have a Canvas being populated from a XAML load from a file using: SBWindowContainerCanvas.Children.Clear();
I have a list box that contains any number of UIElements whose size are unknown. I want to be able to track the proposed size of the list box after each item has been added. This will allow me to spl
DependencyProperties on UIElements do not support databinding (you get something like: \"Cannot find governing
Basically, during my MeasureOverride I want to check to see if my child element has a certain property set on it regardless of what type of item it is.