lVScroll is not workting.
Regards,
Otto
lVScroll is not workting.
Regards,
Otto
Otto,
Could you please post a PRG example of what you are doing ? thanks
METHOD New( nTop, nLeft, nBottom, nRight, oWnd, lPixel, nClrText, nClrBack ) CLASS TPanel
…
if ! Empty( ::oWnd:hWnd )
::Create()
::oWnd:AddControl( Self )
DEFINE SCROLLBAR ::oVScroll VERTICAL OF Self
::oVScroll:SetRange( 0, 100 )
else
::oWnd:DefControl( Self )
endif
return Self
//----------------------------------------------------------------------------//Otto,
You can always turn it off doing:
oPanel:oVScroll:SetRange( 0, 0 )
Please review fwppc\samples\TestPane.prg to see the concept.
Antonio, thank you. It is working.
Best regards,
Otto