Configuring List Box Controls
- Last UpdatedJul 13, 2023
- 1 minute read
You can create a list box for users to select an option from a scrollable list during run time.
You can:
-
Configure the list box to avoid clipping of its contained items. When you set the Integral Height flag, the list box control is resized so that no items are clipped.
-
Specify if you want the control to be scrollable in horizontal direction at run time. This enables the user to see the full text if the item captions are wider than the control itself.
-
Use properties that are specific to the List Box control in scripting. At run time you can access the script to view and modify the items in the List Box control.
Related Topics
Avoiding Clipping of Items in the List Box Control List