[CLOSED] How to remove left scroolbar in TextField control?

  1. #1

    [CLOSED] How to remove left scroolbar in TextField control?

    Hi,

    Could you tell me please how to remove the scrool bar for a TextField that I show in the attachment please?


    
    
    
    
    <ext:Anchor>
    
    
    <ext:TextArea ID="ADDITIONALINFORMATIONField"
    
    
    runat="server" 
    
    
    FieldLabel="Additional Information"
    
    
    meta:resourcekey="ADDITIONALINFORMATIONField"
    
    
    LabelCls="labelStandar" 
    
    
    Cls="textArea"
    
    
    Width="154px" 
    
    
    Height="103px" 
    
    
    BoxMaxHeight="103px"
    
    
    LabelSeparator="" 
    
    
    
    
    
    />
    
    
    </ext:Anchor>
  2. #2

    RE: [CLOSED] How to remove left scroolbar in TextField control?

    Hi,

    Add StyleSpec="overflow:hidden;" to the TextArea

Similar Threads

  1. [CLOSED] Dynamically added Ext.Net.TextField doesn't get focus on left click in Firefox
    By gdg@abaksoftware.com in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jul 31, 2012, 7:45 AM
  2. [CLOSED] TextField: Help with Remove SelectedText on Blur event
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 31, 2012, 1:12 AM
  3. [CLOSED] Aligning label of textfield in compositefield to left of control
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 20, 2010, 2:27 PM
  4. Right To Left Direction for Coolite Control
    By Graphimage in forum Open Discussions
    Replies: 0
    Last Post: Jun 06, 2010, 12:06 PM
  5. Replies: 1
    Last Post: Mar 23, 2010, 2:18 PM

Posting Permissions