treeview conrol question

  • Thread starter Thread starter Dmitriy Lapshin [C# / .NET MVP]
  • Start date Start date
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

It can probably be cheated by sending corresponding keyboard messages. But I
believe no programmatic way is exposed by the TreeView.
 
Hello,

Is there any easy way to control treeview selection ?
For example if user pushes button "next" treeview control selects next node.
if user pushes button "prev" treeview control selects previous node.
I asked because by default in treeview control if you press arrow keys such
as "up" or "down"
it automaticly selects next or previous node.
Ofcourse i can code all node selection stuff, but maby there is another easy
way.

Martin.
 
Back
Top