Page 1 of 1

Grid without scroll

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

Re: Grid without scroll

Posted: Fri Jan 12, 2018 1:02 pm
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

Re: Grid without scroll

Posted: Fri Jan 12, 2018 1:50 pm
by mustafa

Re: Grid without scroll

Posted: Fri Jan 12, 2018 3:07 pm
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 :)

Re: Grid without scroll

Posted: Sat Jan 13, 2018 11:06 am
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 :)