Highlight node in tree view

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boni

    #1

    Highlight node in tree view

    Deat all,
    I need to select (highlight) a node in a tree view.
    For that I use:
    _Node.TreeView. SelectedNode = _Node.

    But when my program focuses other windows a highliting is removed from the
    node. What should I do to leave the node highlited?

    Thanks for your help,

    Boni


  • Ken Tucker [MVP]

    #2
    Re: Highlight node in tree view

    Hi,

    Treeview1.HideS election=false

    http://msdn.microsoft.com/library/de...ctiontopic.asp

    Ken
    -------------------
    "Boni" <oilia@nospam > wrote in message
    news:e2bcTE6lFH A.4028@TK2MSFTN GP10.phx.gbl...
    Deat all,
    I need to select (highlight) a node in a tree view.
    For that I use:
    _Node.TreeView. SelectedNode = _Node.

    But when my program focuses other windows a highliting is removed from the
    node. What should I do to leave the node highlited?

    Thanks for your help,

    Boni



    Comment

    Working...