Click or drag to resize
SiteMapLayout Enumeration
Specifies the layout mode of KaxSiteMap nodes.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SiteMapLayout
Members
  Member nameValueDescription
List0 Nodes are rendered as a list in one or more columns.
Flow1 Nodes are rendered horizontally to fill the available width. Nodes automatically wrap.
See Also