Subject | Re: [IBO] Can I hide scrollbars in TIB_Grid ? |
---|---|
Author | Luiz Alves |
Post date | 2001-11-03T23:59:08Z |
I think that is not too easy without create a new grid comp derived from
tib_grid.
But , this workaround seems to work, although there is some flicker.
procedure TForm1.IB_Grid1DrawCell(Sender: TObject; ACol, ARow: Integer;
Rect: TRect; State: TGridDrawState);
begin
ShowScrollBar(IB_Grid1.Handle, SB_BOTH, false);
end;
Luiz.
tib_grid.
But , this workaround seems to work, although there is some flicker.
procedure TForm1.IB_Grid1DrawCell(Sender: TObject; ACol, ARow: Integer;
Rect: TRect; State: TGridDrawState);
begin
ShowScrollBar(IB_Grid1.Handle, SB_BOTH, false);
end;
Luiz.
----- Original Message -----
From: "Eustachio, Peter Czarnecki" <info@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, November 03, 2001 3:58 PM
Subject: [IBO] Can I hide scrollbars in TIB_Grid ?
> Hello,
>
> just this simple question. I not found in proprieties and help
> file how hide scroll bars in TIB_Grid.
>
> (IBO version 4.2 eg)
>
> Thanks
>
> Peter
>
> _______________
> Peter Czarnecki
> Eustachio SA
> http://eustachio.com
> info@...
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>