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 8484415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:22:30+00:00 2026-06-10T20:22:30+00:00

How do you get the X and Y coordinates of the FocusedNode in a

  • 0

How do you get the X and Y coordinates of the FocusedNode in a DevExpress TreeList control?

  • 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-10T20:22:31+00:00Added an answer on June 10, 2026 at 8:22 pm

    This is the way I have implemented it:

    /// <summary>
    /// Get the position and size of a displayed node.
    /// </summary>
    /// <param name="node">The node to get the bounds for.</param>
    /// <param name="cellIndex">The cell within the row to get the bounds for.  
    /// Defaults to 0.</param>
    /// <returns>Bounds if exists or empty rectangle if not.</returns>
    public Rectangle GetNodeBounds(NodeBase node, int cellIndex = 0)
    {
        // Check row reference
        RowInfo rowInfo = this.ViewInfo.RowsInfo[node];
        if (rowInfo != null)
        {
            // Get cell info from row based on the cell index parameter provided.
            CellInfo cellInfo = this.ViewInfo.RowsInfo[node].Cells[cellIndex] as CellInfo;
            if (cellInfo != null)
            {
                // Return the bounds of the given cell.
                return cellInfo.Bounds;
            }
        }
        return Rectangle.Empty;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get coordinates from GPS (this actually gives the values for
How to get coordinates of a point in a coordinate system when all I
I can't seem to find a way to get coordinates of event in IE8,
In an activity we can use getIntent() to get coordinates of top and left
If I have an NSBezierPath object, is there a way to get coordinates(x,y) of
I need to get the coordinates of all the pixels inside this particular region
I am trying to get the coordinates of a component, for example a label.
In an iPhone application I'm developing I need to get GPS coordinates to perform
I have a DragListener of which I would like to get the coordinates of
I'm writing a simple game in Java and are trying to get the coordinates

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.