[CLOSED] Horizontal scroll bar on a Grid panel starting from a specific column

  1. #1

    [CLOSED] Horizontal scroll bar on a Grid panel starting from a specific column

    Hi,

    I have a grid panel with 4 columns. I would like to create a horizontal scrollbar that scrolls starting from the 2nd column. This means the 1st column is freeze while scrolling through the other ones.
    Is it possible to accomplish this.

    Thanks in advance
    Last edited by Daniil; Aug 07, 2012 at 4:56 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Using LockingGridView is a possible solution.
    https://examples1.ext.net/#/GridPane...ckingGridView/

    Though, be afraid, there cab be some incompatibility.

    For example, LockingGridView doesn't support grouping and no way to use GroupingView and LockingGridView together.

    Another thing is incompatibility of LockingGridView and RowEditor. I attempted to get it working here:
    http://forums.ext.net/showthread.php...ll=1#post42835

    But not sure it will work well in all cases.

    A possible problem with ToolTips:
    http://forums.ext.net/showthread.php?12208

    Maybe, some more problems might happen which I don't know about.
  3. #3
    Hi,

    Thanks Daniil for your answer, but this does not respond correctly to what I need, in fact what I have is a column containing a map expandable and collapsible and three columns that contain information corresponding to some nodes in the map, thus when collapsing a node the equivalent information in the three status should be collapsed, and vice versa. So what I need is to scroll just between the three status, means the three other columns.
    The problem with the lock is that it loses listeners of the locked columns and I can't expand or collapse it anymore.
    Here is a print screen of my GUI.
    Click image for larger version. 

Name:	MyGUI.png 
Views:	267 
Size:	65.0 KB 
ID:	4564

    Hope that my problem is more clear.
    Thanks in advance
  4. #4
    Well, I don't think we can suggest any better solution than LockingGridView.

    Quote Originally Posted by Daly_AF View Post
    The problem with the lock is that it loses listeners of the locked columns and I can't expand or collapse it anymore.
    Please provide more details. Do you use RowExpander?

Similar Threads

  1. Replies: 14
    Last Post: May 22, 2012, 5:29 PM
  2. Replies: 0
    Last Post: Feb 28, 2012, 2:15 PM
  3. [CLOSED] Horizontal scroll bar in tab panel unnecessarily.
    By majunior in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 22, 2011, 8:50 PM
  4. [CLOSED] How to hide horizontal scroll for Panel
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 18, 2011, 10:03 AM
  5. Replies: 1
    Last Post: May 19, 2010, 5:07 PM

Posting Permissions