I have an UltraTextEditor and an UltraFormattedTextEditor.
I have investigated using the ReadOnly and Enabled properties to makes the contents of these controls viewable only (i.e. so they cannot be edited), but in doing this, this also disables the scrollbar on the control.
Is there anything I can do about this?
Thanks
Kate
Hi Kate,
Setting Enabled to false should disable the scrollbar, but setting ReadOnly to true should not... at least I don't think it should. Does this happen with the inbox TextBox control?