Top "Textblock" questions

TextBlock is a WPF control for displaying small amounts of text.

Is there any difference between WPF TextBlock and TextBox?

What criteria must I consider when selecting one of these two controls?

wpf textbox textblock
WPF TextBlock Underline

I have a textblock of width say 500, but my string is just say "H" but I want to underline the …

c# visual-studio windows-phone textblock underline
Force TextBlock to wrap in WPF ListBox

I have a WPF listbox which displays messages. It contains an avatar on the left side and the username and …

wpf listbox word-wrap textblock
WPF TextBlock font resize to fill available space in a Grid

I have some text that is displayed at run time in a textblock. I want the font size to be …

wpf fonts resize textblock
Add hyperlink to textblock wpf

Greetings, I have some text in a db and it is as follows: Lorem ipsum dolor sit amet, consectetur adipiscing …

html wpf hyperlink textblock
Set TextBlock to be entirely bold when DataBound in WPF

I have a databound TextBlock control (which is being used inside a DataTemplate to display items in a ListBox) and …

c# .net wpf xaml textblock
How to a add a command to a WPF TextBlock?

I'd like to be able to click a textblock and have it run a Command. Is this possible? (if not …

c# wpf xaml command textblock
WPF TextBlock Binding doesn't work

I try bind Text property of TextBlock to my property but text does not update. XAML <Window x:Name="…

c# wpf xaml binding textblock
How to represent Line Break or new line in silverlight textBox

I am having hard time to match Special characters set in Silverlight. I only on the following: To represent a …

silverlight xaml windows-phone-7 textblock
Binding to static class property

I want to bind a textblock text to a property of a static class. Whenever the property value of the …

c# wpf binding textblock