Uso un Listbox desde los recursos. ya he seteado el scrool y en el codigo tengo esto:
Code: Select all | Expand
WITH OBJECT ::oBrw
:nMarqueeStyle := 5
:bClrStd := { || IF( ::oBrw:KeyNo() % 2 == 0, ;
{ CLR_BLACK, RGB( 255, 255, 255 ) }, ;
{ CLR_BLACK, RGB( 214, 255, 245 ) } ) }
:bClrSel := { || { CLR_BLACK, RGB( 160, 240, 240 ) } }
:lKinetic := .F.
:ltransparent := .F.
:lHScroll := .t.
:lRecordSelector := .F.
:lAllowColSwapping := .F.
:lColDividerComplete := .F.
:nRowDividerStyle := 4
:nStretchCol := STRETCHCOL_LAST
:nColDividerStyle := 4
:nHeaderHeight := 25
:nRowHeight := 23
:lFlatStyle := .T.
gracias