LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tree edit position without top left cell change

I'd like to use a tree control to allow users to input comments on the parents and siblings in the first column. However, when I use the edit position property node, it moves the left most visible column to the edit position column. Anyway around this? I know I can just let the user do the default double click with the pause in between, but its kind of annoying.
 
VI shows a tree, with the behavior I don't want, and a multicolumn listbox, with the behavior I do want. I don't use the listbox because I want the tree parent/sibling structure
 
Michael


Message Edited by miguelc on 06-04-2008 01:20 PM
Message 1 of 3
(2,848 Views)
Hi miguelc,

I must admit, this issue baffled me for quite some time.  Thus, it's only fitting that the solution was staring us right in the face Smiley Wink  Simply contract the length of the second column so that it does not extend past the edge of the Tree control!  You'll notice that the Multicolumn Listbox is susceptible to the same behavior if the second column is expanded to the edge.  I've attached your VI with these changes to demonstrate.
Message 2 of 3
(2,822 Views)

Thanks so much, glad to know it was a minor fixable detail, not permanent behavior. Amazing what another set of eyes will do.

Michael

0 Kudos
Message 3 of 3
(2,818 Views)