try this, it works (I use this method): subclass TDBGrid and publish the
scrollbars property: now use
NewDBGrid1.ScrollBars:= ssNone;
or
NewDBGrid1.ScrollBars:= ssVertical;
HTH,
--
Paul Motyer
paulm at pccity.com.au - now working!
Soft Stuff, Croydon, Australia, 3136
Quote:> How do you remove or hide the Horizontal Scroll bar in a DBGrid component
?
> Thanks, Tim