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 - Alternate rows don't paint the full row
Summary: Alternate rows don't paint the full row
Status: RESOLVED FIXED
Alias: None
Product: TeeGrid for Delphi
Classification: Unclassified
Component: Grid (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: david berneda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-15 06:23 EST by yeray alonso
Modified: 2021-06-03 13:10 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
screenshot (29.66 KB, image/png)
2021-02-15 06:23 EST, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
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.