Dear all,
I have the disabled panel with disabled scrollbar. I have below code. If I have more items in the ultragrid, last several items can only be seen in the end.
Infragistics.Win.UltraWinGrid.UltraGridRow row = selectedPanel.ultraList.Rows[temp_index];
selectedPanel.ultraList.ActiveRowScrollRegion.ScrollRowIntoView(row);
Hi
From the screen shot, it looks like the grid is inside a container, but the grid's height is larger than the containers height, so the grid is clipped.
I have enabled the ultragrid but don't know why the vertical scroll bar does not fit the ultragrid.
And I cannot see the items at the ultragrid bottom.
Is it possible to make the appearance better?? How to code??
Hi,
So.. what is your question?