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
675
How to handle rows with Preview area larger than window size?
posted

I'm having a problem that in a lower resolution, the AutoPreview area of a UltraGridRow is larger than the window size, and therefore is clipped. If I move down using the scroll bar, it moves to the next row, but not the rest of the preview area of current row.

How can this be handled in Infragistics UltraGrid package? Is it possible to add a vertical scroll bar inside the preview area?

Thanks in advance.

 

 

Richard Zhu

  • 469350
    Suggested Answer
    Offline posted

    Hi Richard,

    No, there are no scrollbars available for the RowAutoPreview. And the grid's scrolling is always row-based. So you will need to ensure in your application that the row is smaller than the viewable area of the grid.

    Perhaps you could trap for when the user clicks on the RowAutoPreview area and bring up a dialog with the same text in a scrollable control like a TextBox.