LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the line spacing in a multi line cell?

Is there a way to change this like in word for example?

0 Kudos
Message 1 of 5
(2,459 Views)

Hi Steuls,

 

what is a multiline cell?

 

In LabVIEW indicators there usually is no setting for line spacing.

Best regards,
GerdW


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

@GerdW wrote:

Hi Steuls,

 

what is a multiline cell?


In trees, listboxes, etc, there is an option for Multi-line input. I think this is what the OP means. Not sure how to change the spacing though.

 

Snap30.png

 

mcduff

0 Kudos
Message 3 of 5
(2,388 Views)

This it seems won't work, but I'll post anyway in case a) it will work and I just couldn't get it right, or b) someone else considers this and I can save them time...

 

I don't know of a way to set Line Spacing, but if you're really really wanting to do this, you could consider inserting line breaks with small spacing.

For example, if your normal font size is 15, and you want a slightly larger line break, you could try using something like:

 

<my text at size 15>

<empty line at size 5>

<my continued text at size 15>.

 

The reason this doesn't seem to work is that I can't seem to retain varying font size once I put my string into an array. If someone has a solution for that, then this could be a (n ugly) possibility.


GCentral
0 Kudos
Message 4 of 5
(2,369 Views)

Sorry for not being clear, I do mean the multi line input for listbox cells.

0 Kudos
Message 5 of 5
(2,351 Views)