LV6.1 I want to adust the size of a listbox in that way, that it automatical fits into it´s FP. The user can resize the FP, so the Listbox should follow. I know, you can poll the current size of the FP and then you ...... But is there a smarter way than polling ?
Somewhere in the vi properties (window dimensions?) there is a special option that you can set to automatically resize objects on the FP with window resizing. Hope this can help you.
The option is "window size" under vi properties. You can then check "scale all object on front panel as the window resizes". You can also use property nodes to increase the number of rows but not the bounds of the listbox. hope this helps