Call this method when initializing the application to workaround the Popup TransformToVisual bug.

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

Syntax

C#
public static void AddDefaultPopupToVisualTree(
	Panel panel
)
Visual Basic
Public Shared Sub AddDefaultPopupToVisualTree ( _
	panel As Panel _
)

Parameters

panel
Type: System.Windows.Controls..::..Panel

See Also