LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set Listbox font at design time

Solved!
Go to solution

Is there a way to set the font of all the rows of a Listbox at design-time?

 

I have found examples on how to do it programmatically, and I have been able to do it by changing each row at a time.

 

 

0 Kudos
Message 1 of 4
(3,140 Views)
Solution
Accepted by topic author nyc_(is_out_of_here)

Just select the listbox and change the font! Presto, all done at once. Smiley Wink

 

 

Message 2 of 4
(3,131 Views)

Duh!  I was making it more difficult then it was. Thank you!

Smiley Happy

0 Kudos
Message 3 of 4
(3,128 Views)

You can set font for the whole listbox programmatically if you wire-in -2 to the Active Row (or Active Cell for Multicolumn Listbox) Property.

Mitch
0 Kudos
Message 4 of 4
(2,991 Views)