is UltraFormatTextEditor capable of mouse wheel zooming, like richtextbox?
Thanks. I'll try.
I wasn't aware that the RichTextBox had any zooming functionality? Are you referring to Ctrl+MouseWheel changing the font size?
There's no built-in support for that in the UltraFormattedTextEditor, but you could implement it yourself by catching the MouseWheel event.