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
4695
scroll into row in ultragrid
posted

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);