GoDiagram Web Reference
GoListGroup Class
Members 

This group arranges its children vertically or horizontally, aligned within the rectangular bounds, optionally spaced with lines drawn between the objects, bordered, and with a background.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoListGroup 
   Inherits GoGroup
   Implements IGoCollection 
[SerializableAttribute()]
public class GoListGroup : GoGroup, IGoCollection  
Remarks
As with any other group, adding a child to this group does not change its selectability. You will need to decide whether the user can select individual items in the list of objects. If an item is selectable, it should have its DragsNode property set to true and it probably should not be resizable.
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoGroup
         Northwoods.GoWeb.GoListGroup

Requirements

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

See Also

Reference

GoListGroup Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback