Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wpfでドラッグドロップを使用する場合、ユーザーが左にドラッグしているか右にドラッグしているかを判断する方法はありますか?OnDragStarted、OnPreviewDragEnterなどのwpfで標準のドラッグイベントを使用しています...
DragEventArgs.GetPosition()たとえば、0.5秒ごとの差を計算することで、これを自分で簡単に計算できます。
DragEventArgs.GetPosition()
指定された相対的なドロップポイントを返します
Point方向を決定するために使用できるX座標とY座標を持つオブジェクトを返します。
Point