Peter
Peter

Reputation: 14518

WPF TextBlock: boxselection and multi-line editing

This is my first challenge with WPF.

I'm looking into the possibility of having Box Selection and Multi-line editing on a WPF TextBox.

Do you know if it is possible and if someone has already build this? Any pointers into the right direction are very much appreciated!

Upvotes: 0

Views: 408

Answers (1)

Felice Pollano
Felice Pollano

Reputation: 33272

Have a look to AvalonEdit: http://www.codeproject.com/KB/edit/AvalonEdit.aspx it is OS and very simple to interoperate.

Upvotes: 1

Related Questions