Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Disabled or Read Only TextEditor also disables scrollbar
posted

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

  • 469350
    Verified Answer
    Offline posted

    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?