Hi can anyone tell me how I can position the Horizontal Scrollbar of the RadGrid Such that it will show the last column Or specified column. I am using RadGridview in xaml and generatiog the Columns for it in code⦠I set the EnableColumnVirtualization="False" FrozenColumnCount="1".I used the ScrollIntoView function and I passed 0th item as fist parameter and last Colum object as second parameter to set the Scroll Position, But it did not work. I tried for ScrollIntoViewAsync but not getting how to use it to view the last column of grid. Then I tryied to use FindChildByType<ScrollBar> function of RadGrid to get the ScrollBar Object but it is returning null.
So anyone please tell me how to set scroll position or how to visualize the specified column.