Browse By Tags

  • Why can't SelectedNodesCollection be converted to TreeNodesCollection

    I am implementing the ability to cut/paste multiple nodes within a UltraWinTree. In order to do that, I need to save off the selectednodescollection to a an object. I know I can probably do this with multiple lines of code by either looping through the…

  • Set the appearance of an unfocused selected tree node

    Hello,

    In a Win UltraTree, the selected UltraTreeNode has a specia appearance when the tree is focused.

    But as soon as the tree loses focus, the user cannot see which is the selected node. This is not a very good from a usability stand point.

    I would like…