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
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.