View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004880 | JEDI VCL | 00 JVCL Components | public | 2009-07-31 22:34 | 2009-09-22 16:52 |
Reporter | Brian | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0004880: JvListview CustomDrawItem not working | ||||
Description | procedure TForm7.ListView10CustomDrawItem(Sender: TCustomListView; Item: TListItem; State: TCustomDrawState; var DefaultDraw: Boolean); begin ListView10.Canvas.Brush.Color := RGB(209,236,249); JvListView1.Canvas.Brush.Color := RGB(209,236,249); end; Check the screenshot. JvListView won't paint the items (2nd one) | ||||
Tags | No tags attached. | ||||
2009-07-31 22:34
|
|
|
Please provide the zipped sources of a sample application showing this. |
2009-08-26 22:17
|
listview test.zip (3,325 bytes) |
|
zip added |
|
You should use the Item's brush, just like this: TJvListItem(Item).Brush.Color := RGB(209,236,249); |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-31 22:34 | Brian | New Issue | |
2009-07-31 22:34 | Brian | File Added: Cropped Capture - 00061.jpg | |
2009-08-03 11:35 | obones | Note Added: 0015898 | |
2009-08-03 11:35 | obones | Status | new => feedback |
2009-08-26 22:17 | Brian | File Added: listview test.zip | |
2009-08-26 22:17 | Brian | Note Added: 0016019 | |
2009-09-22 16:52 | obones | Note Added: 0016145 | |
2009-09-22 16:52 | obones | Status | feedback => resolved |
2009-09-22 16:52 | obones | Resolution | open => no change required |
2009-09-22 16:52 | obones | Assigned To | => obones |