TextBlock is a WPF control for displaying small amounts of text.
I'm having an issue with multiline text blocks where it is not center aligning properly The text is coming like …
wpf multiline textblockI have a TextBlock within a ScrollViewer that aligns with stretch to its window. I need the TextBlock to behave …
c# .net wpf scrollviewer textblockI 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 textblockI'm working on a simple chat application. Currently the messages are binded to a custom-styled listbox like this (simplified XAML): &…
wpf chat textblockcurrently i have a textblock placed in a scroll viewer control. How do i make the textblock read only?
wpf textblockI am kinda new to WPF, dont know if the question is weird. I wanted to know if its possible …
wpf textblockGiven a formatted text block in Windows Phone 7.1 project: <StackPanel Orientation="Horizontal"> <TextBlock Foreground="DarkGray" VerticalAlignment="Bottom" …
silverlight xaml layout expression-blend textblock