[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.PopupAnimation

PopupAnimation Property

PopupAnimation

Gets or sets an animation for the opening and closing of a DropDownWindow. This is a dependency property.

Declaration
[Bindable(true)]
public PopupAnimation PopupAnimation { get; set; }
<Bindable(True)>
Public Property PopupAnimation As PopupAnimation
Property Value
Type Description
PopupAnimation

The PopupAnimation enumeration value that defines an animation to open and close a DropDownWindow. The default is None.

Remarks

A DropDownWindow can only animate when the AllowsTransparency property is set to true. This requires the application that creates the DropDownWindow control to run with full trust.

If the PlacementTarget is animated, the DropDownWindow will not be animated.