Browse By Tags

  • UltraTree does not select the right item

    Hello,

    I have a weird behavior that sometimes occurs with my UltraTree embedded in a ButtonsRight of an UltraTestEditor.

    Visually when I click on an item, another is selected however if I then use the keyboard's arrows the control move the selection…

  • Disable Multi-Column Tree BringIntoView on Select

    Hi,

    When the last visible node in a (multi column) UltraTree is selected and there is a scroll bar, the node is automatically brought into view i.e. the tree scrolls 3 nodes down. I'd like to disable this behavior and keep the node down where it is,…

  • UltraTree Node Selection and CheckedState

    I am having a hard time determining which properties to set to make Ultratree selection behave the way I think it should. I think that checking a node should indicate selection of that node. The ultratree properties are set as follows:

    .Override.NodeStyle…

  • WinTree Multiselect

    Hi,

    I need urgent help.

    I have WinTree with Style -OutlookExpress and SelectionBehaviour - ExtendedAcrossCollections. It is possible to select multiple rows by mouse drag.

    Please guide me in the following problems.

    1) I can't select distant rows…

  • Help: Need to set color for WinTreeNode elements when focus has been lost

    I have a form with a tree in a control on the left, which will populate an options panel on the left.  The user is able to select multiple nodes on the left to apply the options to.  the issue I am having is, as soon as the user clicks from the left node…

  • Select node performance

     Hi,

    I have tree with thousands of nodes (up to 2 000). Loading is quite fast thanks to AddRange method in Nodes property. Now I have a task to set many of the nodes (or each of them) to Selected = true. There is very bad performance with that.

    Code looks…

  • Multiple nodes selectable under different parents

    The documentation for Infragistics 8.1 says Regardless of SelectionType, no two nodes under different parents may ever be selected simultaneously. But nodes under different parents can be selected on pressing the Ctrl key while selection. This dint happen…

  • Wintree, how to enable selection on different levels?

    This is my first post here, and I'm quite new to Infragistics controls, so hi to everyone! 

    I need to enable selection on nodes at different levels on a WinTree, but I cannot seem to find out how.

    Googling, I found the following example code:

    ' Allow…

  • 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…