Пример #1
0
 protected override Rect CalculateDropMarker(int dropIndex)
 {
     return(PanelDragDropUiHandlerUtils.CalculateDropMarker(this.Element, this.Element.Children, this.Element.Orientation, dropIndex));
 }
Пример #2
0
 protected override int CalculateDropIndex(Point position)
 {
     return(PanelDragDropUiHandlerUtils.CalculateDropIndex(this.Element, this.Element.Children, this.Element.Orientation, position));
 }