Esto ya lo he leido en el foro pero no me ha quedado aclarado
Usando la clase twbrowse de Hernán, la altura del combobox queda un poco "chuchurria"
Para arreglar ésto, he leido en el foro
Hi Jose !
The solution is in twbrowse.prg . Please , search methods EditCols and etc. . You will find something similar as in below :
Código:
case aItems != nil
@ aPos[ 1 ] + 1, aPos[ 2 ] + 1 COMBOBOX ::oGet VAR uVar ITEMS aItems ;
SIZE nWidth, Max( 200, Len( aItems ) * 25 ) OF Self ;
FONT oFont COLOR nClrFore, nClrBack ;
ON CHANGE ::End() ;
PIXEL
In this place you can change parameters of combobox view height and width .
Hope this help to you . Regards !
Osea que hay que modificar la clase, pero en que sentido?,donde?.
Para que se quede de la misma altura que las líneas del listbox.
Esto si no hay una solución mejor.
Saludos
Jose Luis