ComponentOne Query 8.0
Wrap Property

Syntax

collection.Wrap = boolean

Notes

Property applies to C1QueryFrame control. Read/Write at run time. Unavailable at design time.

Description

This property is used only in C1QRender() script when ManualRender=True, see Customizing the UI with Scripts. It enables/disables wordwrap in the control.

This property is False by default, wordrap is disabled, and the control shows a horizontal scrollbar when text overflows its width. Set this property to True in your C1QRender() script if you need to override this behavior, enable wordwrap. See Tutorial 7 - Customizing the User Interface with Scripts for example.

See Also

Custom Editing and Lookup

 

 


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

Product Support Forum  |  Documentation Feedback