在WPF RichTextBox中,xp和2003操作系统显示公式发生重叠,但在vista以上操作系统就没有这种问题.
Code
TextRange range = new TextRange(richTB.Document.ContentStart, richTB.Document.ContentEnd);
using (FileStream stream = new FileStream("c:\\1.rtf", FileMode.Open, FileAccess.Read))
{
range.Load(stream, DataFormats.Rtf);
}
谁遇到过这种问题啊?
附上rtf文件下载:
http://www.brsbox.com/filebox/down/fc/ca825f7c39fa56b8b52d4bb023d4df30