Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
Horizontal scrolling?
posted

Is there any way to configure the igTreeGrid to scroll horizontally?

We are only using a single column in most of our implementations and need the control to scroll horizontally when the user expands the hierarchy. At the moment, the cell wraps, which looks terrible.

We have tried specifying fixed pixel widths throughout (containing div, grid, and column), but that does not address the issue.

Parents
No Data
Reply
  • 1235
    posted

    Hello Lance,

    A horizontal scroll will appear in your case if you set the column's width to be more than the whole grid's width on initialization.

    It is the grid's regular behavior to wrap the text if it cannot fit in the column.

    Feel free to contact me if you have further questions.

    Regards,
    Ivaylo Hubenov
    Entry-level developer

Children