IInsertionPanel Interface

Definition

Provides methods to let an item be inserted between other items in a drag-and-drop operation.

public interface class IInsertionPanel
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2229354023, 11556, 22980, 160, 14, 22, 199, 37, 89, 1, 226)]
struct IInsertionPanel
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2229354023, 11556, 22980, 160, 14, 22, 199, 37, 89, 1, 226)]
public interface IInsertionPanel
Public Interface IInsertionPanel
Derived
Attributes

Methods

GetInsertionIndexes(Point, Int32, Int32)

Returns the index values of the items that the specified point is between.

Applies to