lVScroll is not workting.
Regards,
Otto
How to switch off VScroll?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Hello Antonio,
I am sorry I forgot to mention the class:
It is TPanel. oVScroll seems to me as hardcoded.
Best regards,
Otto
I am sorry I forgot to mention the class:
It is TPanel. oVScroll seems to me as hardcoded.
Best regards,
Otto
Code: Select all
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
//----------------------------------------------------------------------------//
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: