Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Sets column width to use.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ListDialog | 11.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Index | The index of the column starting with zero for the first one. | 0 |
Width | The new width to use. | 50 |
Returns OK or error.
Set column widths for first two columns:
Set Variable [ $r ; Value: MBS("ListDialog.SetColumnWidth"; 0; 50) ]
Set Variable [ $r ; Value: MBS("ListDialog.SetColumnWidth"; 1; 80) ]
This function is free to use.
Created 3th May 2021, last changed 3th May 2021