Top "Word-wrap" questions

In text display, line wrap is the feature of continuing on a new line when a line is full, such that each line fits in the viewable window, allowing text to be read from top to bottom without any horizontal scrolling.

TextBlock text doesn't wrap when placed inside a ViewBox

I have a TextBlock with a long line of text which I want to wrap. I've placed the TextBlock within …

windows-store-apps winrt-xaml textblock word-wrap viewbox
How to disable word-wrap of NSTextView?

NSTextView does word-wrap by default. How can I disable this? I'm making a JSON code viewer, so I have to …

cocoa word-wrap nstextview
TextBlock.TextWrapping - how to make the text wrap so that the lines are center-aligned?

In a Windows Phone 7 application, when I place a TextBlock in the grid and set its HorizontalAlignment to "Center" and …

silverlight windows-phone-7 textblock word-wrap alignment
Point Cloud to Volume

I have a point cloud in cartesian coordinates. Using python I would like to wrap those points in a mesh …

python word-wrap triangulation point-clouds
Zebra ZPL wrap text

I have to print a variable text in a field block of a ZPL label. I would like to know …

word-wrap zpl
How to use 2 C libs that export the same function names

Duplicate of the following question: C function conflict Hi, in my current project I have to use some kind of …

c++ c word-wrap ambiguity
Word-wrapping a long table cell while maintaining dynamic widths in others

I have a table which has a long line in one of its cells. I need the long line to …

css html-table word-wrap column-width
Visual Studio Code and TSLint: Code wrap to more than 80 characters

I'm using TypeScript with TSLint and Prettier in Visual Studio Code to write a React Native App. I tried to …

typescript visual-studio-code word-wrap tslint prettier
When you write TeX source, how do you use your editor's word wrap?

Do you use "hard wrapping" (either yourself or automatically by your editor) by inserting newlines into your source document at …

latex editor word-wrap tex
How to enable text wrapping in CheckBox

How I can wrap text in CheckBox? The text is a bit longer than width of page, but I cannot …

xml wpf checkbox word-wrap stackpanel