[lazarus] TStringGrid

Tony Maro tonym at nlisc.com
Tue Sep 10 22:16:17 EDT 2002


On Tue, 2002-09-10 at 19:31, Tony Maro wrote:
> On Tue, 2002-09-10 at 18:28, Andrew Johnson wrote:
> > here.. That code only got comitted early this morning/last night.. I'll see 
> > if I can't figure out what's up.. but if I do fix it it may still be a few 
> > days before it gets commited... My priority is still Bitmap/DIB streaming. 
> > TScrollingWidget was a SideStep to get  TPicture/TPixmap property editors to 
> > look right. But  I will take a quick look into it right now.
> 

One more thing while we're on it... I've noticed when defining my range
I have to add 200 to it.  If I want a possible position from 0-99 I have
to set the TControlScrollBar range to 300.  Regardless of total range or
physical size of my control, I add the magic number 200.

Also, is there any way to define the size of the scrolling handle?  I
assume that the TControlScrollBar.Increment property is what I need, but
it doesn't seem to do anything.

Coding my own paint routines to display my data in a grid-like form
turned out to be easier than I thought...  the rest of the control is
coming together nicely.

-Tony






More information about the Lazarus mailing list