TextBlock is a WPF control for displaying small amounts of text.
Is it possible to add dynamic colors to a TextBlock ..i.e. have one character in one color and the …
xaml windows-phone-7 textblock text-coloringI am trying to set rounded corner of TextBlock in xaml. But there is no such property. <Grid x:…
c# xaml windows-phone-7 windows-phone-8 textblockI would like to prepend a text in a data-bound text block: <TextBlock Text="{Binding Title}" /> The text …
.net wpf xaml data-binding textblockI'm working on my first WPF application and I notice that I'm not able to edit the text values in …
wpf xaml textblockBasically I am currently doing final year project in my college whereby i am touching on surface 2.0 WPF. My project …
wpf animation textblock pixelsenseIs there anyway to display HTML from a string variable to the TextBlock in WPF?
wpf textblockI have some text which has "\r\n" newline markers. I would like to have the newlines in a WPF …
wpf newline textblockI have a TextBlock, wrapped in a ScrollViewer, and the Text property of the TextBlock is set with the result …
c# .net wpf asynchronous textblockOk, so here is my XAML: <TextBlock Text="{Binding Path=InstanceName}"></TextBlock> If InstanceName is null …
wpf binding visibility textblockMy WPF App receives a stream of messages from a backend service that I need to display in the UI. …
wpf data-binding textblock inlines