Top "Textblock" questions

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

WPF Multiline TextBlock CenterAlignment Issue

I'm having an issue with multiline text blocks where it is not center aligning properly The text is coming like …

wpf multiline textblock
C# WPF - ScrollViewer + TextBlock troubles

I have a TextBlock within a ScrollViewer that aligns with stretch to its window. I need the TextBlock to behave …

c# .net wpf scrollviewer textblock
Maximum number of lines for a Wrap TextBlock

I have a TextBlock with the following setting: TextWrapping="Wrap" Can I determine the maximum number of lines? for example …

xaml uwp windows-8 uwp-xaml textblock
"Clickable" textblock?

I have a WP7 app where I would like to have a "clickable" TextBlock area, that when a user clicks …

.net windows-phone-7 xaml onclick textblock
Display images in TextBlock (WPF)

I'm working on a simple chat application. Currently the messages are binded to a custom-styled listbox like this (simplified XAML): &…

wpf chat textblock
making textblock readonly

currently i have a textblock placed in a scroll viewer control. How do i make the textblock read only?

wpf textblock
How to add a border to the Text inside a TextBlock in WPF?

I am kinda new to WPF, dont know if the question is weird. I wanted to know if its possible …

wpf textblock
margin text in TextBlock

Is it possible margin Text in TextBlock control ? My style on textBlock control is here : <Style x:Key="InfosStyle" …

wpf margin textblock alignment
TextBlock with multiple <Run> spacing

Given a formatted text block in Windows Phone 7.1 project: <StackPanel Orientation="Horizontal"> <TextBlock Foreground="DarkGray" VerticalAlignment="Bottom" …

silverlight xaml layout expression-blend textblock
Set TextBlock to preserve white space at the beginning and at the end?

EDIT: The code below actually works as I want - this question a little misleading. Please ignore it. Normally when …

c# .net wpf textblock