sarcos Posted July 15, 2011 Posted July 15, 2011 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 Quote
Administrators Farshad Mohajeri Posted July 15, 2011 Administrators Posted July 15, 2011 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 Quote
Javi Posted March 19, 2012 Posted March 19, 2012 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 Quote
Administrators Farshad Mohajeri Posted March 19, 2012 Administrators Posted March 19, 2012 Put this in servermodule.customCss textarea { overflow:auto; } But it only works for IE. Quote
Javi Posted March 19, 2012 Posted March 19, 2012 Thanks Farshad Put this in servermodule.customCss textarea { overflow:auto; } But it only works for IE. The problem is only in IE Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.