We just installed 'NetAdvantage for .NET 2008 Vol. 2 CLR 2.0' and now my ultragrid tiles. If I set the dock to fill, I can see up to 4 WinGrids. I can't tell if it's a conflict with having 'NetAdvantage for .NET 2008 Vol. 1 CLR 2.0' nd Volume 2 installed or what.
This happens across multiple computers (XP Pro) all running Visual Studio 2005 Team Edition and Team Foundation Server...
Anyone else have any issues with this?
-D
If you didn't design the grid to have scroll regions, then take a look in the designer code of the form. Do a search for the grid name and remove the extra scroll regions it created. Same thing happened to me in the past (and more than once).
THAT did the trick! Thanks!
Off hand, would you know where in the designer I may have accidentally set it to have regions?
Many thanks!!
Great to know! Thanks, guys!
You can also create scroll regions by clicking and dragging the button at the top or left edge of the scrollbars. You may want to turn this off by setting MaxColScrollRegions and MaxRowScrollRegions to 1.
Just like me you I imagine you didn't set any properties when it comes to the scroll regions. Every so often it'll just happen, which is the sign of a bug on the Infragistics side of things.