TextBlock is a WPF control for displaying small amounts of text.
I have a Textblock that is bound to a property in the ItemsSource collection. I'd like to display two properties …
c# silverlight xaml binding textblockI am developing window phone 7 application in C#. I am new to the window phone 7 application. I am also new …
silverlight windows-phone-7 dynamic-data textblockI have a simple TextBlock defined like this <StackPanel> <Border Width="106" Height="25" Margin="6" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="…
wpf text textblock texttrimmingI have a WPF DataTemplate with two TextBlock controls (stacked) and then some other elements underneath. Due to some complicated …
wpf textblock measureIn my C# standalone application, I want to let users click on a link that would launch their favorite browser. …
c# wpf hyperlink textblock navigateuriThis is my XAML: <TextBlock Name="SeverityText" Grid.Column="1" Grid.Row="0" Foreground="Red"> <TextBlock.Triggers> <…
wpf textblock datatrigger foregroundIf you set TextWrapping to "Wrap", a WPF TextBlock can have several lines of text. Is there a "clean" way …
wpf wpf-controls textblockI have a wpf textblock as below: <TextBlock Text="{Binding [someViewModel].SomeVar.SomeSubVar.Name, TargetNullValue='-'}"/> At my …
c# wpf xaml textblock targetnullvalue