Top "Multiline" questions

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

How can I change the size of a multi-line editor-field?

I'm working on an MVC project using C#. Right now, I'm trying to customize my views a little, and I'd …

c# html asp.net-mvc asp.net-mvc-3 multiline
Create a multiline EditText programmatically

I am trying to create a multiline EditText by code. This is what I use: EditText txt = new EditText(this); …

android android-edittext multiline
How to add a newline to JLabel without using HTML

How can I add a new line to a JLabel? I know if I use simple HTML, it will work. …

java swing jlabel multiline
HTML comments within comments?

Is there a way to comment multiple lines... which already have some comments in them? i.e. <html> &…

html multiline comments
Ag-grid multiline cell content

I tried to use this solution, but it does not work for me, Its correct resize column height, but text …

multiline ag-grid
Telerik Kendo MVC TextBox Multiline Mode

Does anyone know what properties to set to make a Kendo MVC Textbox Multiline? @(Html.Kendo().TextBox() .Name("txtComments") .Value(@…

razor textbox kendo-asp.net-mvc multiline telerik-mvc
Inserting multiline text in a csv field

I want to insert a multiline text data in a CSV field. Ex: var data = "\nanything\nin\nthis\nfield"; var …

text csv multiline export-to-csv
Selenium WebDriver - how to verify multiple lines text

I have an html page with following contents: <center> This is Login page. <br> Please click …

webdriver verify multiline
regex over multiple lines in Groovy

I have a multiple line string like following: END IF; EXECUTE IMMEDIATE ' CREATE INDEX #idx1 ON somename ( row_id, …

regex groovy multiline
How to assign multiple lines string in Powershell Console

When I do enter this in powershell Console $test=@' Test Test'@ And do enter several times, it keeps printing &…

string powershell multiline