in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Nav Bar Group Caption double Click

Last post 11/25/2008 3:41 AM by Petr Vobornik. 6 replies.
Page 1 of 1 (7 items)
Sort Posts:
Previous Next
  • 8/4/2008 2:13 PM

    Nav Bar Group Caption double Click

    Hi,

      I am wondering if it is possible to raise an event when the caption or image on the nav group bar is double clicked.  I am not using the navigation bar in a typical fashion but more as a set of collapsible  panels and each panel contains a Grid control.  I have the double click event done in the grid control which is working fine, taking the user to the correct form, now i need to beable to allow the user to double click on the nav group bar and load what is in the grid in a treeview control.  Does anyone know if a it is possible to handle an event for this?

     

    Thank you

  • 8/4/2008 2:28 PM In reply to

    Re: Nav Bar Group Caption double Click

     I have found a solution to this in the Knowledge Base.  using the mouse down event and reflection.

     

    Thank you

  • 9/6/2008 11:32 PM In reply to

    Re: Nav Bar Group Caption double Click

    Can you share the link? I am not finding the solution you found.
     
    TIA
    "Kevin Potts" wrote in message news:229847@community.devexpress.com...

     I have found a solution to this in the Knowledge Base.  using the mouse down event and reflection.

     

    Thank you



    http://community.devexpress.com//forums/p/67609/229847.aspx#229847

    Trevor Westerdahl - DX Squad
    BLOG: http://trevorunlocked.blogspot.com/
  • 9/7/2008 10:41 AM In reply to

    Re: Nav Bar Group Caption double Click

    Probably referring to this one:
     

     
  • 9/7/2008 11:37 AM In reply to

    Re: Nav Bar Group Caption double Click

    Thanks for the link, but I was actually hoping for the "DoubleClick" version. The reason is that the NavBarItem has a LinkClicked event and no DoubleClick event. I want to use NavBarItems to display options available and allow users to add items to the current form by DoubleClicking the item in the list, not by a single click.
     
     
    So, I thought there might be something interesting on establishing a DoubleClick event for a control (NavBarItem) that doesn’t already have a DoubleClick event.
     
     
    Trevor Westerdahl - DX Squad
    BLOG: http://trevorunlocked.blogspot.com/
  • 9/8/2008 8:57 AM In reply to

    Re: Nav Bar Group Caption double Click

     It appears that the NavBarItem inherits not a Control but a Component, and the NavBarItemLink is simply an Object.  It needs to be a Control to inherit the DoubleClick or MouseDoubleClick event.

    I wonder if they could add some other events to their NavBarItem class.  Hmm

  • 11/25/2008 3:41 AM In reply to

    Indifferent [:|] Re: Nav Bar Group Caption double Click

    Yes

Page 1 of 1 (7 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED