Jump to content

Recommended Posts

Posted

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

  • Administrators
Posted

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

  • 8 months later...
Posted

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

Posted

Thanks Farshad

 

Put this in servermodule.customCss

 

textarea {
 overflow:auto;
}


 

But it only works for IE.

 

 

The problem is only in IE

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...