Jeff Gaines
2024-09-22 10:05:57 UTC
I'm pretty sure that Theo gave me some very useful stuff on the Rich Edit
control recently (RichTextBox in .NET) but can't find the post.
I am having problems with an rtf editor wot I wrote in that it won't word
wrap in tables, Googling confirmed it's a defect in the older controls BUT
also came up with a solution:
https://stackoverflow.com/questions/510093/broken-tables-in-richtextbox-control-word-wrap
Scroll down to "Just create a new Control. It works fine for me", about 2
thirds of the way down and there is a really neat class that works exactly
as is.
I have now based my own JRichEditBox on this class (instead of directly on
the .NET class) and have perfectly formed tables :-)
control recently (RichTextBox in .NET) but can't find the post.
I am having problems with an rtf editor wot I wrote in that it won't word
wrap in tables, Googling confirmed it's a defect in the older controls BUT
also came up with a solution:
https://stackoverflow.com/questions/510093/broken-tables-in-richtextbox-control-word-wrap
Scroll down to "Just create a new Control. It works fine for me", about 2
thirds of the way down and there is a really neat class that works exactly
as is.
I have now based my own JRichEditBox on this class (instead of directly on
the .NET class) and have perfectly formed tables :-)
--
Jeff Gaines Dorset UK
Indecision is the key to flexibility
Jeff Gaines Dorset UK
Indecision is the key to flexibility