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
380
Scroll UltraGrid with long fixed column
posted

Hi,

I`m using UltraGrid and if I pin column that contains long string value I cant scroll to other columns

Any suggestions?

  • 469350
    Suggested Answer
    Offline posted

    What behavior are you expecting here? If the fixed columns fill the entire width of the grid, there's nothing to scroll.

    I guess it would be nice if the grid had a property that allowed you to set a limit to the maximum width of the fixed column and then displayed a scrollbar on the left when necessary, but there's currently no such feature in the grid, so it's pretty much up to you to make sure that the user can make the grid bigger or the column smaller in a case like this.