WPF blinking cell
< Window x : Class = "WpfTable.Window6" xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x = "http://schemas.microsoft.com/winfx/2006/xaml" xmlns : dg = "http://schemas.microsoft.com/wpf/2008/toolkit" Title = "Window6" Height = "158" Width = "271" > < Window.Resources > < DataTemplate x : Key = "BlinkCellTemplate" > < TextBlock TextAlignment = "Center" x : Name = "tbMessage" Background = "White" Padding = "5,0,0,0" > < TextBlock.Text > < Binding Path = "Price" NotifyOnTargetUpdated = "True" > < Binding.StringFormat > {0:#.0000} </ Binding.StringFormat > </ Binding > </ TextBlock.Text >