Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DistributionInfo Class
Members

In This Topic
    DistributionInfo Class
    In This Topic
    Describes a non-default placement for a child element of the AutoDistributionGrid.
    Object Model
    DistributionInfo Class
    Syntax
    'Declaration
     
    
    Public Class DistributionInfo 
    public class DistributionInfo 
    Remarks
    Use instances of the DistributionInfo class as items of the AutoDistributionGrid.ChildrenDistributionInfo collection to change a default placement of a certain child element. Each DistributionInfo object of the collection instructs the grid that a child object at index DistributionInfo.ElementIndex should be (optionally) placed to a cell with DistributionInfo.Row and DistributionInfo.Column indexes and also has DistributionInfo.RowSpan and DistributionInfo.ColumnSpan spans. If the position is redefined for a certain element in such a way, then the next element will be placed in a cell next to this element according to the AutoDistributionGrid.ChildrenFlowDirection specified. If a span is defined and the span direction conforms to the Orientation specified in the AutoDistributionGrid.ChildrenFlowDirection property, then the next element will skip over the span. Each DistributionInfo item's info can be propagated to a number (fixed or infinite) of next elements, which is specified in the DistributionInfo.Propagate property.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.DistributionInfo

    See Also