Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Window Class / AddDefaultPopupToVisualTree Method

In This Topic
    AddDefaultPopupToVisualTree Method (C1Window)
    In This Topic
    Call this method when initializing the application to workaround the Popup TransformToVisual bug.
    Syntax
    'Declaration
     
    
    Public Shared Sub AddDefaultPopupToVisualTree( _
       ByVal panel As Panel _
    ) 
    public static void AddDefaultPopupToVisualTree( 
       Panel panel
    )

    Parameters

    panel
    See Also