I am using setscrollposition(Infragistics.Win.UltraWinGrid.ColScrollAction.Right) to set the scroll bar all the way to the right of my grid. My grid renders only some times with the bar all the way to right. Other times, it renders with the bar ALMOST all the way to the right, which leaves one or two columns out of visible sight unless the user manually scrolls the rest of the way to the right. I find this happens with grids that have many columns, as well as when my grid control's width is more restricted due to expanding bars on the right or left of the screen.
Is this a known bug? Or is there a known remedy for this?
Thanks,
Dave
Hi Dave,
Sounds like a timing issue to me. Maybe you are calling the method and then something is happening to change the width of a column so it's changing the scrolling.
Good diagnosis, but after researching it, I don't think it is the timing...my application renders a grid propertly with the scroll all the way to the right when I have the resolution set to 1400/1050. If I set the resolution to 1024/768 and follow the same exact steps to render the grid, it does not set the scroll totally to the right. Do you agree that this would eliminate timing as the root cause?