TreeView and sort order...

mandelbrot

Centurion
Joined
Jul 1, 2005
Messages
194
Location
UK North East
Hi All,


I've got a TreeView on a form that populates a series of controls with appropriate data from an object contained within the node's tag property. One of the controls is a NumericUpDown that allows the user to specify the sort order of the data held within. What I want to happen is that when the order is changed in the NUD, the TreeView order must also change. Is there anyway to do this automatically, or do I need to code the re-order into NUD?


Thanks in advance,
Paul.
 
Back
Top