Forum > General

Scrollbars in DbGrid

(1/2) > >>

chrnobel:
Hi.

Is it possible to make the scrollbar unvisible for the DbGrid.

In Delphi it is only a matter of setting visible:=false, but I am not able to find a similar property in Lazarus.

Any suggestions?

Christian

jesusr:
Currently is not possible because the scrollbars property is not published, and if you try to do it in code with for example dbgrid1.scrollbars:=ssnone; it will not work (the vertical scrollbar will be still visible), it's a bug in dbgrid.

Anonymous:
Is there a alternative for DbGrid, because I really have trouble scrolling when using DbGrid?

Edu

jesusr:
No that I know.
You can make bug reports for the problems or send to me and I will try to fix. As soon as I can.

Anonymous:
The biggest problem is that I cannot use the vertical scrollbar to scroll trough the results.
I use UIB (AlexDataset) and Firebird 1.5.
Is there some sort of setting that I need to change?

Edu

Navigation

[0] Message Index

[#] Next page

Go to full version