Jump to content

TUniMemo ScrollBars on IE


sarcos

Recommended Posts

Why IE8 ever shows TMemo vertical scrollbar?

 

I have configured ReadOnly property to True and ScrollBars to ssNone. Chrome and Firefox don't show it.

 

Exists any other component that can I use to show text without edit properties like TCaption whit wraptext options.

 

Thank tou in advance

Link to comment
Share on other sites

  • Administrators

Why IE8 ever shows TMemo vertical scrollbar?

 

I have configured ReadOnly property to True and ScrollBars to ssNone. Chrome and Firefox don't show it.

 

Exists any other component that can I use to show text without edit properties like TCaption whit wraptext options.

 

TUniLabel

Link to comment
Share on other sites

  • 8 months later...

Hello

 

I have found:

 

http://css-tricks.com/snippets/css/remove-scrollbar-from-textarea-in-ie/

 

How to solve the problem. But I do not know how to integrate it into UniGui.

 

Farshad, how can we put

 

{Overflow: auto;}

 

within Textarea properties.

 

thanks

 

Javi

 

===========================================================

 

Hola

 

Yo he encontrado:

 

http://css-tricks.com/snippets/css/remove-scrollbar-from-textarea-in-ie/

 

Como solucionar el problema. Pero yo no se como integrarlo en UniGui.

 

Farshad, como podemos nosotros poner

 

{ overflow: auto; }

 

dentro de las propiedades del Textarea.

 

Gracias

 

Javi

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...