LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

listbox justification

Hi everybody,
 
how can I programatically change the type of justification in a multicolumn listbox? I can't find this item among the list of its property node. I know how to do it "offline", but I would like to change it in runtime.
 
Thanks in advance,
 
Enrique
0 Kudos
Message 1 of 5
(2,429 Views)

Yup, it doesn't look like you can. What is it that you are trying to do. There's probibly another way to get there.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 5
(2,419 Views)
There is an activex control called microsoft forms 2.0 list box. When this is wired to a property node there is a text align property. I've never used it, so I don't know how to put coulmns and data into it yet.
0 Kudos
Message 3 of 5
(2,411 Views)

Here is an activex listbox control that looks like it has text alignment options.

http://www.fpoint.com/products/list/list.aspx

0 Kudos
Message 4 of 5
(2,397 Views)
A quick hack if you want to keep using the native LabVIEW listbox:
 
Create e.g. two identical listboxes, on left aligned, and one right aligned, both containing the same data. Hide one or the other according to needs using property nodes. 🙂
0 Kudos
Message 5 of 5
(2,390 Views)