Gets or sets the style of the view.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public ResourceViewStyle ViewStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property ViewStyle As ResourceViewStyle |
A member of the ResourceViewStyle enumeration.
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.