PDA

View Full Version : Moving items within a model



iswm
11th April 2007, 06:13
Is there a simple way to move items around within a model? Like moving row 1 to row 3, for example?

guilugi
11th April 2007, 09:29
There is no direct method to do that, but a simple combination of insertRow() / removeRow() should be fine :)