ScrollBar



How do I hide the vertical ScrollBar in a DBGrid ? I tried "
ShowScrollBar(MyDBGrid.Handle, SB_BOTH, false);" but it doesn't work.
I thought I could get rid of the ScrollBar simply by setting the height of
my DBGrid to a value exceeding the max number of lines I will show, but I it
is not as I thought. Can you help ?



.