[CLOSED] GridPanel doesn't auto scroll horizontally

  1. #1

    [CLOSED] GridPanel doesn't auto scroll horizontally

    Hi,

    I wrapped the code, so do you have any suggestion for the solution?

    <ext:GridPanel ID="clientBlocksPanel" runat="server" Region="Center" Margins="0 4 4 0" StoreID="clientStore"
    Title="Blocks"
    StripeRows="true" TrackMouseOver="true" Cls="x-grid-custom" 
    AutoScroll="true" ClicksToEdit="1">
    thx

    ---
    Hello,

    I have some problems with autoscroll horizontally with a Gridpanel. Although vertically autoscoll is ok. I tried to search from forums post but didn't get very helpful info. Can you please help? Here is my gridpanel -

    <ext:GridPanel ID="clientBlocksPanel" runat="server" Region="Center" Margins="0 4 4 0" StoreID="clientStore"
    Title="Blocks"
    StripeRows="true" TrackMouseOver="true" Cls="x-grid-custom" 
    AutoScroll="true" ClicksToEdit="1">
    Thanks,
    Ying
    Last edited by Daniil; Apr 25, 2012 at 10:07 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please ensure the code is wrapped in [CODE ] tags, it's difficult to read.

    Please use the "Edit Post" button to avoid a new post.
  3. #3
    Hi,

    A Horizontal scrollbar should appear if combined width of columns exceeds a GridPanel width.

    Could you provide a full sample to reproduce the problem?

Similar Threads

  1. Horizontal scroll doesn't appear when use GroupingSummaryColumn
    By Wellington Caetano in forum 1.x Help
    Replies: 0
    Last Post: Aug 12, 2011, 5:54 PM
  2. Replies: 0
    Last Post: Mar 11, 2011, 10:40 AM
  3. [CLOSED] Auto scroll DisplayField. Problem with layout
    By krzak in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 28, 2011, 1:14 PM
  4. Replies: 0
    Last Post: May 28, 2010, 4:40 PM
  5. Replies: 5
    Last Post: May 25, 2010, 12:00 PM

Posting Permissions