Top "Multiline" questions

Text that spans more than one line is considered "multiline". Concerns about wrapping, spacing, techniques and best practices.

Set UILabel line spacing

How can I modify the gap between lines (line spacing) in a multiline UILabel?

ios objective-c uilabel multiline line-spacing
PHP multiline string with PHP

I need to echo a lot of PHP and HTML. I already tried the obvious, but it's not working: <?…

php html multiline
Multiline Textbox with automatic vertical scroll

There are a lot of similiar questions over internet, on SO included, but proposed solutions doesn't work in my case. …

wpf textbox multiline autoscroll
Multiline Text in a WPF Button

How do I get multi-line text on a WPF Button using only C#? I have seen examples of using <…

c# wpf multiline
What's wrong with Groovy multi-line String?

Groovy scripts raises an error: def a = "test" + "test" + "test" Error: No signature of method: java.lang.String.positive() is …

string groovy multiline
create a multi line chart using Chart.js

I am trying to create a multiline chart using Chart.js I can do this for 1 line and i can …

javascript charts line multiline chart.js
How to read mutliline input from stdin into variable and how to print one out in shell(sh,bash)?

What I want to do is the following: read in multiple line input from stdin into variable A make various …

bash shell stdin multiline
Android and displaying multi-lined text in a TextView in a TableRow

I'm displaying a TableLayout with rows as follows: <?xml version="1.0" encoding="utf-8"?> <TableRow xmlns:android="http://schemas.…

android textview multiline tablelayout tablerow
Prevent enter key on EditText but still show the text as multi-line

How do I make an EditText on Android such that the user may not enter a multi-line text, but the …

android android-edittext multiline
Java swing: Multiline labels?

Possible Duplicate: Multiline text in JLabel I want to do this: JLabel myLabel = new JLabel(); myLabel.setText("This is\na …

java string swing multiline jlabel