mandelbrot Posted April 25, 2006 Posted April 25, 2006 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. Quote
Leaders snarfblam Posted April 25, 2006 Leaders Posted April 25, 2006 You're going to have to write some code somewhere to manually re-order the nodes. Quote [sIGPIC]e[/sIGPIC]
mandelbrot Posted April 26, 2006 Author Posted April 26, 2006 D'oh! I was afraid you'd say that! ;) Thanks Marble! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.