DropTarget Properties

Use

  • hoverVisualization

    With this property you can specify how the DropTarget is visualized when the mouse cursor is moved over it.

    Value

    Description

    overlay

    The DropTarget is not visualized.

    standard

    Initial Value

    The DropTarget appears grey as soon as the mouse cursor moves over it.

  • horizontalSizing

    This property enables you to specify the width of the DropTarget.

    Value

    Description

    fill

    The DropTarget has the maximum width, which means it takes up all the available space.

    push

    Initial Value

    The DropTarget has the width necessary to display the content.

    The values can be set manually by binding them to a context element, or set dynamically.

  • verticalSizing

    This property enables you to specify the height of the DropTarget.

    Value

    Description

    fill

    The DropTarget has the maximum height, which means it takes up all the available space.

    push

    Initial Value

    The DropTarget has sufficient height to display the content.

    The values can be set manually by binding them to a context element, or set dynamically.