Regards,
Nick
You're using a pretty old version of WinGrid.
I don't recall what functionality was available back then, but it sounds like the auto-fit functionality of WinGrid is turned on. In current versions, this would be handled by the DisplayLayout.AutoFitStyle property. I think, if this is configurable in your version of WinGrid, it was the DisplayLayout.AutoFitColumns property instead.
Hi, I have the same problem and I'm using UltraWinGrid version 5.1.20051.37. I have DisplayLayout.AutoFitColumns set to false and I still can't get the columns to scroll. Any ideas?
Here are the properties I set in order to resolve the issue:
Grid.DisplayLayout.AutoFitColumns = False
Grid.DisplayLayout.Scrollbars =Infragistics.Win.UltraWinGrid.Scrollbars.Automatic
Hope this helps.
Great, thanks!