MindFusion.Wpf Pack Programmer's Guide
ResourceViewSettings.ViewStyle Property
See Also
 





Gets or sets the style of the view.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public ResourceViewStyle ViewStyle { get; set; }

Visual Basic  Copy Code

Public Property ViewStyle As ResourceViewStyle

 Property Value

A member of the ResourceViewStyle enumeration.

 Remarks

The resource view supports two modes - general and lanes, according to the value of the ViewStyle property. In general mode, the size of the rows, corresponding to the individual resources displayed in the view, is fixed (as specified by VisibleRows). The colliding items are resized to fit within the available space. In lanes mode, the size of the resource rows is dynamic. When two or more items collide, each item is distributed in its own lane. The more items colliding, the more lanes are added to the resource row. The size of each individual lane is specified through the LaneSize property.

 See Also

ResourceViewSettings Members
ResourceViewSettings Class
MindFusion.Scheduling.Wpf Namespace