Top "Textblock" questions

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

Automatic vertical scroll bar in WPF TextBlock?

I have a TextBlock in WPF. I write many lines to it, far exceeding its vertical height. I expected a …

c# .net wpf scrollbar textblock
Text vertical alignment in WPF TextBlock

How do I assign vertical center alignment to the text inside a TextBlock? I found TextAlignment property but it is …

wpf vertical-alignment textblock
How to bind multiple values to a single WPF TextBlock?

I'm currently using the TextBlock below to bind the value of a property named Name: <TextBlock Text="{Binding Name}" /&…

wpf data-binding binding textblock multibinding
How to put a new line into a wpf TextBlock control?

I'm fetching text from an XML file, and I'd like to insert some new lines that are interpreted by the …

c# wpf newline textblock
Any way to make a WPF textblock selectable?

How to allow TextBlock's text to be selectable? I tried to get it to work by displaying the text using …

wpf xaml textbox textblock
Programmatically set TextBlock Foreground Color

Is there a way to do this in Windows Phone 7? I can reference the TextBlock in my C# Code, but …

c# windows-phone-7 colors textblock
WPF format DateTime in TextBlock?

I have a TextBlock that is bound to a DateTime property. How do I configure the format of the date?

wpf formatting textblock
WPF Textblock, linebreak in Text attribute

Is there a way to have \n make a line break in a TextBlock? <TextBlock Text="line1\nLine2" /> …

wpf textblock
How to make all text upper case / capital?

I want all texts in TextBlock, Label, MenuItem.Header to be displayed in upper case. The strings are taken from …

wpf xaml formatting textblock
Difference between Label and TextBlock

According to the Windows Applications Development with Microsoft .NET 4 70-511 Training Kit What is the difference between the Label control …

wpf label textblock