ComponentOne Scheduler for WPF and Silverlight
StretchingCanvas Class
Members 

C1.Silverlight.Schedule Namespace : StretchingCanvas Class
The StretchingCanvas panel positions child elements as standard System.Windows.Controls.Canvas and keeps child's System.Windows.FrameworkElement.Width equal to the parent StretchingCanvas System.Windows.FrameworkElement.ActualWidth property value. This is a supplementary panel which is required due to Silverlight limitation (Silverlight doesn't support binding to the ActualWidth property).
Object Model
StretchingCanvas Class
Syntax
'Declaration
 
Public Class StretchingCanvas 
   Inherits System.Windows.Controls.Panel
public class StretchingCanvas : System.Windows.Controls.Panel 
Inheritance Hierarchy

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

See Also

Reference

StretchingCanvas Members
C1.Silverlight.Schedule Namespace