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

Retrieving:     
Variable = ObjectReference.MaxWidth 

Operation

ObjectReference is the Tag Name of the object
Value
is an integer between the values of 0-999

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.

 

Comment on this topic

Topic ID: 510158

 
 
 

Table of Contents

Index

Glossary

-Search-

Back