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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...