You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// Gets the position from where the item was dragged./// </summary>intSourceIndex{get;}
Changes in DragInfo:
/// <summary>/// Gets the position from where the item was dragged./// </summary>/// <value>The index of the source.</value>publicintSourceIndex{get;privateset;}
add following code in the statement "if (itemParent != null)":
Changes in IDragInfo:
Changes in DragInfo:
add following code in the statement "if (itemParent != null)":
The text was updated successfully, but these errors were encountered: