Drawing-Options for TTodoList

Hi,

in the Todo-List there you use a dotted line for the grid-lines (PS_ALTERNATE).
This doesn't look good for our app, so I changed the parameter to PS_SOLID in the
procedure TTodoListBox.DrawItem(Index: Integer; Rect: TRect; State: TOwnerDrawState);
and it's result is excactly what I intend to.
So what I like to see, were some options for the grid-lines.
I think it doesn't make sence to create an option just to change only this parameter.
Thanks for reading so far.

Greetings from germany
 Peter Nomden

We'll add a property GridLinePen in the next update to allow you to choose the pen style.