First, you should upgrade to 1.5.2 :-) It's much more stable.

Sorry ... there is no way to configure the number of columns in a
multicolumn
listbox in the attributes editor (not yet, we plan to add this in 2.0).

For now, you have to do this programmatically, either using the command
console or a procedure in your project.

C.f. documentation in doc folder:

pathName column add name options
Adds a new column with the specified name. options may be any
of the valid column configuration options.

eg.

.top22.listbox column add name -label "First Name"    -width 20
.top22.listbox column add size -label "Last Name"     -width 20
.top22.listbox column add mod  -label "Organization"  -width 15

CG



|--------+------------------------------------->
|        |          Denis Chavez               |
|        |          <[EMAIL PROTECTED]>         |
|        |          Sent by:                   |
|        |          [EMAIL PROTECTED]|
|        |          eforge.net                 |
|        |                                     |
|        |                                     |
|        |          08/15/2001 09:46 AM        |
|        |          Please respond to vtcl-user|
|        |                                     |
|--------+------------------------------------->
  
>-----------------------------------------------------------------------------------------------------------|
  |                                                                                    
                       |
  |       To:     [EMAIL PROTECTED]                                      
                       |
  |       cc:                                                                          
                       |
  |       Fax to:                                                                      
                       |
  |       Subject:     [vtcl-user] about mclistbox                                     
                       |
  |                                                                                    
                       |
  
>-----------------------------------------------------------------------------------------------------------|





Hi everybody!

Does vtcl 1.5.1b1 have any property in the atribute editor or anywhere else
to congigure the number of columns I want in my mclistbox widget?

Thank you for your answers and good day to all of you.

--
Sent through GMX FreeMail - http://www.gmx.net


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user




_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to