Advanced Forum Search Results
-
Have you tried accessing the Text property of the TextBlock directly? Maybe it will be less expensive?
-
Sorry for a dumb question, but where did you find TextBox element?
-
this is it. Thanks Wolf
-
is there any root silverlight element? I to get mouse position relatively to the top left point of the whole silverlight control. if there is one, how can I access it?
Thanks
Anton
-
Hm.... Im wondering then how does XamlReader know that it should add <Canvas>'s xaml tag children to Canvas.Children collection?
-
is there an equivalent for WPF ContentPropertyAttribute in Silverlight clr?
I mean I'm creating some custom control. the control contains a custom children collection. I want the xaml reader to add xaml children to that collection. so instead of
<control>
<control.children>
<child1 />
<child2 ...