From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multicolumn listbox column default textsize

Hi,

 

I use a multicolumn listbox control to display values queried from a database. There is one column that needs to display more text than the other columns. So i want to set the default text size to a smaller size than the other columns. Up to now I changed the cells text size by clicking each cell individually and adjust the textsize. When i retrieve more records than the number of cells that I have adjusted, the text of the last rows still doesn't fit.

 

Is there a way to set the default text size per column ? (fe 1 column with text size 14 and the other columns text size 18)

 

Thanks in advance,

Stef

0 Kudos
Message 1 of 3
(2,551 Views)

Hi svh,

 

why don't you set the text size for the whole column?

Read the help for the "ActiveCell" property of the MCL to know how to select whole column/row/sheet!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,529 Views)

try this vi

it help you to select columns and fonts 

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