WPF rich text box

[RTS]BN+VS*

Well-known member
Joined
Feb 3, 2009
Messages
53
Location
BELGIUM - East Flanders
Programming Experience
1-3
Hey,

What is the WPF equivalent of this vb.net code in a windows forms application?

VB.NET:
dim strList as new list(of string)
for each line as string in richtextbox.lines
strList.add(line)
next

This seems to be a lot more complex in WPF, and I'm having the feeling I'm tackling it the wrong way. How to best do this?

Cheers
BN
 
Back
Top