Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2403

Summary: Alternate rows don't paint the full row
Product: TeeGrid for Delphi Reporter: yeray alonso <yeray>
Component: GridAssignee: david berneda <david>
Status: RESOLVED FIXED    
Severity: normal CC: marc
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: screenshot

Description yeray alonso 2021-02-15 06:23:43 EST
Created attachment 957 [details]
screenshot

Setting alternate rows, you can see white space at the top and bottom of the gray rows.
Setting some spacing it can be seen clearer:

  TeeGrid1.Rows.Alternate.Visible:=True;
  TeeGrid1.Rows.Spacing.Value:=10;

The screenshot has been made adding the code above to the "VCL\Database\ClientDataSet" demo.