Browse By Tags

  • Tree with Windows Vista Look

    Hello,

    Can we achieve this look and feel with the infragistics tree? ( Tree shown on the picture is a TreeView from Windows ). ( With the fullrow select and rootlines, selection color etc. )

     

    Many Thanks.

  • a

    a

  • Getting Data from a node on doubleclick

    Good day,

    I am doing what seems relatively common. When the user double-clicks on a node in a wintree I want to open up a form based on the data for that node.

    Is this the best way:

    private void utCars_DoubleClick(object sender, EventArgs e)
    {
      UltraTr…

  • Trying to duplicate a repeatable Node

    Kind of hard to explain, but I have a tree and tree represents tables in a relational database, basically the Dictionary.

    Well if you click the parent node, it builds the children and grandchildren.  So now let's say I select TABLE1 as the parent node…

  • Grayed-out selection - instead of HideSelection?

    Hi,

    in Windows Trees and ListViews i can see, that the current selection is still shown if the focus is going away from such control. But the selection is not "blue" (highlighted) but grayed-out (gray/silver bar instead of the blue selected/focused color…

  • UltraTreeNode.Selected = true does not make the node appear selected

    I'm using this code to find an existing node it the tree. I want the found node to appear selected/blue to the user, just as if the user clicked it with the mouse. Once this code executes, the UltraTree.SelectedNodes collection contains the node that…