I\'m creating a graph control. what i\'m doing for adding x and y axis tally labels is i\'m adding a text block to each tally mark and show the value related to that tally mark.
I\'m trying to set up UI automation for Silverlight 3.I have a little test project that has 2 elements, a Button and a TextBlock.When you click the button the text is supposed to change.
I have some text which has \"\\r\\n\" newline markers. I would like to have the newlines in a WPF textblock. I\'ve tried replacing \"\\r\\n\" with \"& # 13;\" (without the spaces), which worked wh
I have a TextBlock bound to a property.However, I\'d like to bold certain words within th开发者_JAVA技巧e text.What is the easiest way to do this?FYI, I\'m new to WPF.Bolding individual words involves
I have this XAML: <TextBlock TextWrapping=\"Wrap\" Foreground=\"Green\" Text=\"This is some Green text up front. \">
i am trying to make an item template where some of the field in my stack panel can be empty. When it\'s empty, I would like to set the visiblility to collapsed. I tried putting triggers but it doesn\'