Browse By Tags

  • UltraTree Horizontal Scrollbar.

    I am having  UltraTree with a Column. If i select a node and unselect it and scroll horizontally by default previously selected node  bodercolor appears gray. I dont want it to happen. Every time if i select a node and unselect it and scroll horizontally…

  • How to disable selection across levels? (problem after migration to 2008)

    We migrated controls from 2007 vol. 3 to 2008 vol. 1 and now it's possible to select nodes from different levels. I think that it should be an option, not default behaviour, because it changes UI a lot! Anyway, I try to disable it, but I don't know…

  • Get Parent Node

     I am using the following code to get the node a user clicks on.  I also want to get the parent node of the node the user clicked on.  

     

     Private Sub UltraTree1_MouseUp(ByVal sender As Object, _
          ByVal e As System.Windows.Forms.MouseEventArgs) _
          Handles ultratree1…

  • Re: Check Parent Nodes

    Hi,

    I'm a newby when talking about working with the UltraTreeNode 

     I like the solution I found at http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6703, but it seems only to work with 2 levels.

    Maybe somebody is having…