ComponentOne Scheduler for WPF and Silverlight
AppointmentWrapPanel Class
Members 

C1.Silverlight.Schedule Namespace : AppointmentWrapPanel Class
Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the System.Windows.Controls.Orientation property. If System.Windows.Controls.Orientation property is System.Windows.Controls.Orientation.Vertical this panel behaves as the base class. If System.Windows.Controls.Orientation property is System.Windows.Controls.Orientation.Horizontal then AppointmentWrapPanel tries to position child elements in available space. For example, it doesn't wrap the child to the next line if the next line invisible. Instead, it shows as much as possible in the last visible line.
Object Model
AppointmentWrapPanel Class
Syntax
'Declaration
 
Public Class AppointmentWrapPanel 
   Inherits C1.Silverlight.C1WrapPanel
public class AppointmentWrapPanel : C1.Silverlight.C1WrapPanel 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               C1.Silverlight.C1WrapPanel
                  C1.Silverlight.Schedule.AppointmentWrapPanel

See Also

Reference

AppointmentWrapPanel Members
C1.Silverlight.Schedule Namespace