![]() MAXWIDTH |
![]() DEVELOPER |
![]() |
MAXWIDTH
|
|
Purpose |
.MaxWidth sets the maximum width in PROIV cells that an object can be resized to when Dynamic Resizing functionality is used. (Open Client only) |
Object Type |
List Boxes, ActiveX controls, Boxes, Lines and Paging Window Cycles. |
Syntax |
Setting: ObjectReference.MaxWidth = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
Use to restrict the maximum width of an object when resized. This property overrides any autoresizing Application properties which may be set, such as .AutoResizeListBoxWidth. If the .MaxWidth is not set or set to zero, then the Application property is used to determine the resizing behaviour. |
Example |
To set the .MaxWidth property for a List Box with a Tag Name of ListBox1 to 25: ListBox1.MaxWidth = 25 |
![]() |
Note: This Application property applies to PROIV Open Client only. |
Topic ID: 510158