Describes how UI element is sized with respect to the available space.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public enum SizingType
Visual Basic
Public Enumeration SizingType

Members

Member nameDescription
Fixed The element size is fixed.
Proportional Element size depends on available space. Every element has the same size which is determined so that all elements fit into available space.
ExtendedSingle If 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.

See Also