ComponentOne Scheduler for WPF and Silverlight
SizingType Enumeration

C1.WPF.Schedule Namespace : SizingType Enumeration
Describes how UI element is sized with respect to the available space.
Syntax
'Declaration
 
Public Enum SizingType 
   Inherits System.Enum
public enum SizingType : System.Enum 
Members
MemberDescription
ExtendedSingleIf element has no intersection with other elements, it will occupy all available space. If there are 2 or more intersecting elements, they all will have fixed size.
FixedThe element size is fixed.
ProportionalElement size depends on available space. Every element has the same size which is determined so that all elements fit into available space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Schedule.SizingType

See Also

Reference

C1.WPF.Schedule Namespace