ComponentOne True DBGrid Pro 8
WrapText Property

This property returns or sets a value indicating whether an object wordwraps text at cell boundaries.

Syntax

object.WrapText= boolean

Remarks

Read/Write at run time and design time.

If True, a line break occurs before words that would otherwise be partially displayed.

If False (the default), no line break occurs and text is clipped at the cell's right edge.

Use this property in conjunction with the RowHeight property to produce multiline displays.

The wordwrap behavior of a column is determined by its Style property setting, and the WrapText property is a shortcut to the WrapText member of the Style property.

For Style objects, the value of the WrapText property is inherited from the parent style (if any) unless explicitly overridden.

See Also

Column Object

Style Object

 

 

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback