Ver Mensaje Individual
  #5  
Antiguo 23-04-2008
Avatar de escafandra
[escafandra] escafandra is offline
Miembro Premium
 
Registrado: nov 2007
Posts: 2.197
Reputación: 20
escafandra Tiene un aura espectacularescafandra Tiene un aura espectacular
Un inciso. En Builder TListBox si tiene la propiedad Columns.

De la ayuda de C++Builder 5 :
Cita:
TCustomListBox::Columns
_______________________________________________________________________________________________
Specifies the number of columns, in a multi-column list box, that are visible without having to scroll.

__property int Columns = {read=FColumns, write=SetColumns, default=0};

Description

Use Columns to specify the number of columns, in a multi-column list box, that are visible without having to use the horizontal scrollbar.

Multi-column list boxes have a horizontal scrollbar that allows users to view multiple columns as they wrap. The default value for Columns is 0, meaning that the list box is not multi-column. That is, users can scroll only vertically and the list of items will not wrap.

For Columns values greater than 0, multiple columns accommodate the items as they wrap beyond the bottom of the list box. The Columns property specifies the number of columns that are visible without having to horizontally scroll the list box.

The width of each column depends upon both the Width property and the number of Columns.

Saludos.
Responder Con Cita