Hi,

Why are these two options not available in DBGrid.Options property?
DBGrid inherits from TCustomGrid, which doesn't have that options!

    goSmoothScroll,       // Switch scrolling mode (pixel scroll is by default)
    goScrollKeepVisible,  // keeps focused cell visible while scrolling


I don't know about anybody else, but it bugs the crap out of me that
the content of a grid doesn't scroll with the scrollbar AND that a
grid doesn't scroll smoothly. Especially in DBGrids where a field
could be Char(200),but the content is only 10 characters. That grid
column is huge in the grid (by default) and really causes horizontal
scrolling to be a pain, as it jump the width of columns!!


Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to