Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8870419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:43:31+00:00 2026-06-14T17:43:31+00:00

I’m trying to implement drag and drop re-ordering of items in a WPF TreeView

  • 0

I’m trying to implement drag and drop re-ordering of items in a WPF TreeView and want to be able to display to the user a carret between items in the tree view to be able to indicate where the item will be positioned when the drop operation completes, a little bit like in the following screenshot (except for a tree view not a list view)

screenshot of the desired effect

I think I understand how drag and drop works in WPF and was planning to implement this by handling the OnDragOver event to determine the desired position however I’m not sure how I should then draw the resulting carret effect.

Should I insert a dummy item in the list view at the position I wish to drop the item (note that ideally I don’t want the items in the list to visibly move, so somehow the height this item takes up would have to be 0), or is there an easier way to achieve the same effect?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:43:33+00:00Added an answer on June 14, 2026 at 5:43 pm
    1. You need a subclass from the abstract Adorner class.
    2. I have overridden OnRender to draw the guide/caret (a line with some geometries nothing special)
    3. I have a public property on the Adorner the DataGrid on which to draw the adorner
    4. A Public method SetMousePosition with two params: MouseCoords + DataGridRow over which the mouse hovers. I use these data to determine where to draw the guide/caret, above or under the DataRow, but you draw in the visual area of the DataGrid. I do some additional calculations to determine if the item needs to be inserted before or after etc.

    If you have the custom adorner, you can now add it to the adorner layer of your DataGrid:

            var adornerLayer = AdornerLayer.GetAdornerLayer(_dataGrid);
            adornerLayer.Add(_dragGuide);
    

    However you need to remove it as soon as the drag operation ends for whatever reason otherwise the guide/caret remains visible:

    var adornerLayer = AdornerLayer.GetAdornerLayer(_dataGrid);
    adornerLayer.Remove(_dragGuide);
    

    If you have this then you can start to handle all the exceptional cases:
    Dropping Rows in the area left to all the columns
    Dropping Rows below the area where the rows are.
    Dropping Rows that are not completely visible (bottom or upper part is scrolled out of sight)
    Dragging and dropping from different instances of the window.
    etc. etc.

    And in the end most of the users don’t enjoy the hard work, because they don’t have clue they can drag and drop or they prefer to use the buttons.

    But I hope above gives you a kickstart.

    Ah I forgot this link which was helpful to me: MSDN doc: Adorners overview

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
i want to parse a xhtml file and display in UITableView. what is the
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I am trying to render a haml file in a javascript response like so:
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I'm interested in microtypography issues on the web. I want a tool to fix:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.