Disabling TStringGrid scrollbars resize flicker
I have made a form which contains a TStringGrid and set the ScrollBars
property to ssNone. I have set the RowCount to be one greater than the screen
is capable of holding comfortably. I use my own scrollbar to change the
contents in the string grid, thereby saving much memory for my application.
The problem is that if the user resizes the form the scrollbars of the string
grid will flicker on and off while the user resizes it, even with the
ScrollBars property at ssNone.
Does anyone know how to overcome this flicker and keep the TStringGrid's
scrollbars from EVER appearing?
Thanks,
David O'Neil