[CLOSED] Scroll bar issue inside text area

  1. #1

    [CLOSED] Scroll bar issue inside text area

    I have a text area inside a gridpanel. If it exceeds the the line width a small scroll bar appears in the text area. How do I get rid of it. I dont want the scroll bar to be visible even when the text goes to second line.



    Attached Thumbnails Click image for larger version. 

Name:	scroll.PNG 
Views:	16 
Size:	8.9 KB 
ID:	17262  
    Last edited by Daniil; Dec 21, 2014 at 1:32 PM. Reason: [CLOSED]
  2. #2
    Hi @arjunrvasisht,

    I can suggest this.
    <ext:TextArea runat="server" Cls="my-textarea" />
    <style>
        .my-textarea textarea {
            overflow: hidden;
        }
    </style>

Similar Threads

  1. [CLOSED] making text area to display html formated text
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2012, 5:07 PM
  2. Replies: 0
    Last Post: Dec 28, 2011, 9:30 AM
  3. Text Area height not work.
    By Mahmudur Rahman in forum 1.x Help
    Replies: 0
    Last Post: Oct 15, 2011, 10:06 AM
  4. [CLOSED] Text Area inside a GripPanel problem
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 10, 2011, 10:00 PM
  5. Out of stack space in Text area
    By Sagar2529 in forum 1.x Help
    Replies: 0
    Last Post: Mar 11, 2011, 11:57 AM

Tags for this Thread

Posting Permissions