ComponentOne FlexGrid for WPF and Silverlight
PositionPopup Method (Util)

C1.Util Namespace > Util Class : PositionPopup Method
Position a popup below a FrameworkElement.
Syntax
'Declaration
 
Public Shared Sub PositionPopup( _
   ByVal popup As System.Windows.Controls.Primitives.Popup, _
   ByVal owner As System.Windows.FrameworkElement _
) 
public static void PositionPopup( 
   System.Windows.Controls.Primitives.Popup popup,
   System.Windows.FrameworkElement owner
)

Parameters

popup
owner
See Also

Reference

Util Class
Util Members