richtextediting

C# WPF Text with links

元气小坏坏 提交于 2019-11-29 20:19:56
问题 I just found myself a new challenge: Make a Word Processor that is in handling more like the web than plain text. Designing a nice framework for this is what i cant wait to start with, but i do need to know what the possibilities are at the GUI side (it will probably have loads of GUI challenges). So the basic thing that I need some sort of Control where I can make parts of my text clickable / mouse-over-able. I'm kinda new to WPF and not sure how to do this. Has anybody an idea how to make