Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : CreateGrid Method |
GoGrid g = new GoGrid(); g.OriginRelative = false; g.UnboundedSpots = (GoObject.TopLeft | GoObject.BottomRight); g.Selectable = false; return g;
The constructor will automatically call this method and add the resulting grid to this view's background layer, as if: this.BackgroundLayer.Add(g);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2