Grid without scroll

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
zolysoftsolutions
Posts: 139
Joined: Wed Feb 29, 2012 3:33 am
Location: Gyulakuta, Erdélyország
Contact:

Grid without scroll

Post by zolysoftsolutions »

Hi,
It is possibble to disable the scrollbars of a grid?
Thanks,
Zoli B.
_______________________________
Open eyes for you!
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Grid without scroll

Post by gfilatov »

zolysoftsolutions wrote: Fri Jan 12, 2018 9:06 am Hi,
It is possibble to disable the scrollbars of a grid?
Thanks,
Zoli B.
Hi Zoli,

Did you tried
#define SB_BOTH 3
SHOWSCROLLBAR (GetControlHandle(cControlName,cParentForm), SB_BOTH , .F.)
:?:
But I'm not sure that its helps :o
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Grid without scroll

Post by mustafa »

User avatar
zolysoftsolutions
Posts: 139
Joined: Wed Feb 29, 2012 3:33 am
Location: Gyulakuta, Erdélyország
Contact:

Re: Grid without scroll

Post by zolysoftsolutions »

Thank you so much Master Grigory.. it works!
Thank you Mustafa! ..I asked about SCROLLBAR.. we can handle the headers with no problem :)
_______________________________
Open eyes for you!
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Grid without scroll

Post by gfilatov »

zolysoftsolutions wrote: Fri Jan 12, 2018 3:07 pm Thank you so much Master Grigory.. it works!
Hi Zolli,

Thanks for your feedback and confirmation :!:

Happy programming :)
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
Post Reply