Creates a layout manager list browser control.
PROCEDURE CreateLB(
dialogID : LONGINT;
componentID : LONGINT;
widthInCharacters : INTEGER;
heightInCharacters : INTEGER);def vs.CreateLB(dialogID, componentID, widthInCharacters, heightInCharacters):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| widthInCharacters | INTEGER | the width of the control in characters |
| heightInCharacters | INTEGER | the height of the control in characters |
(_c_, 2022.01.22) : Here the former Vectorlab article: [[User:CBM-c-/VS-List_Browsers_part_1| List Browsers]]
Availability: from VectorWorks 11.0