Re: Tree view node selection
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 12 Apr 2006 08:17:53 +0200
Adam,
Be aware that this kind of code triggers the change events and can therefore
give some strange te first time not expected behaviour as you are not used
to that.
Just as little addition.
Cor
"Adam Honek" <AdamHonek@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> schreef in bericht
news:efgiNZcXGHA.1352@xxxxxxxxxxxxxxxxxxxxxxx
I also tried selecting it by its name but no go.
The node isn't highlighted for some reason.
Adam
"Adam Honek" <AdamHonek@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OoE54WcXGHA.3492@xxxxxxxxxxxxxxxxxxxxxxx
Your code works great.
The only problem is I have 3 nodes that all have an index of 0.
Worst still I can't change it in the properties. Strange.
I have:
X (0)
------X (0)
----- X (0)
----- X (1)
----- X (2)
----- X (3)
Adam
<tommaso.gastaldi@xxxxxxxxxxx> wrote in message
news:1144799494.856085.275750@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
with YourTreeview
.SelectedNode = TheTreeNodeYouWishToSelect ' (for instance:
.Nodes(0))
end with
Adam Honek ha scritto:
Hi all,
How do we select a tree view's node outside of a tree view event?
Looking through the lists there's no select function, the nearest I can
find
is GetNodeAt but this seems to want the screen coordinates.
Thanks,
Adam
.
- Follow-Ups:
- Re: Tree view node selection
- From: Klaus
- Re: Tree view node selection
- References:
- Tree view node selection
- From: Adam Honek
- Re: Tree view node selection
- From: tommaso . gastaldi
- Re: Tree view node selection
- From: Adam Honek
- Re: Tree view node selection
- From: Adam Honek
- Tree view node selection
- Prev by Date: Re: Tool strip size
- Next by Date: Re: How do I extend My.Resources
- Previous by thread: Re: Tree view node selection
- Next by thread: Re: Tree view node selection
- Index(es):
Relevant Pages
|