Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / StretchingCanvas Class
Members

In This Topic
    StretchingCanvas Class
    In This Topic
    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