How can I bind a WPF TextBlock to a text file? I want for the TextBlock to display the content of the file.
If you want the text to be formatted my inline markup you could look at the sub-class of TextBlock I made here. There is a convertor between a String of xaml markup and an InlineCollection(actually a generic list of Inlines) too.