[CLOSED] Auto scroll DisplayField. Problem with layout

  1. #1

    [CLOSED] Auto scroll DisplayField. Problem with layout

    Hi, I need to implement layout like this:

    Window->Items //fixed height
        Panel->Items
            TextField
            TextField
            DisplayField //HtmlEncode = false, and this one should be scrollable if content doesn't fit.
        GridPanel
    please help, how to achive it ? especially this scrolling field.
    Last edited by Daniil; Feb 28, 2011 at 1:16 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please see the example with scrollable DisplayField.

    Example
    <ext:DisplayField 
        runat="server" 
        HtmlEncode="false" 
        Text="test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />test<br />" 
        AutoScroll="true" 
        Height="50" 
        Width="100" />
    Regarding the layout

    This info is not enough to suggest you concrete layout managers. To be brief, you could not specify any layouts (then default layout will be used) and you will see some result on the screen. You didn't not provide any information how it should looks.
  3. #3
    Ok thanks. I managed it. I did few mistakes in my layout configurations, now it's fine.

Similar Threads

  1. [CLOSED] Auto width/height not working for my layout
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 26, 2012, 10:10 PM
  2. [CLOSED] GridPanel doesn't auto scroll horizontally
    By gets_gui in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 19, 2012, 7:40 PM
  3. [CLOSED] Two column layout with vertical scroll bar
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 26, 2011, 10:28 PM
  4. [CLOSED] [1.0] How to auto layout the controls in a tab
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Aug 18, 2010, 9:24 PM
  5. Column Layout auto width problem in IE
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Jan 05, 2009, 10:59 AM

Posting Permissions