View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036263 | Lazarus | Widgetset | public | 2019-11-05 16:05 | 2019-11-07 14:04 |
Reporter | Chris Rorden | Assigned To | Dmitry Boyarintsev | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | MacBook 2012 Retina 13" | OS | Darwin | ||
Product Version | 2.0.7 (SVN) | ||||
Summary | 0036263: Cocoa: TListView does not show GridLines | ||||
Description | The TListView has a property "GridLines" that toggles whether grid lines are visible. Unlike other widget sets (Windows, GTK2), this property has no influence on Cocoa, where gridlines are never shown. NSTableView has these 2 properties that could be implemented in order to show grid lines in TListView: NSTableViewGridLineStyle gridStyleMask; NSColor *gridColor; This is a cosmetic issue, but if it is easy to include it would be nice. | ||||
Steps To Reproduce | Put TListView on form, set GridLines property to true - note no grid lines are drawn. I have attached an example project with a screen shot from Windows. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 62214 | ||||
LazTarget | - | ||||
Widgetset | Cocoa | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-05 16:05 | Chris Rorden | New Issue | |
2019-11-05 16:05 | Chris Rorden | File Added: listview_gridlines.zip | |
2019-11-05 16:06 | Chris Rorden | File Added: GridLines.png | |
2019-11-07 04:52 | Dmitry Boyarintsev | Assigned To | => Dmitry Boyarintsev |
2019-11-07 04:52 | Dmitry Boyarintsev | Status | new => resolved |
2019-11-07 04:52 | Dmitry Boyarintsev | Resolution | open => fixed |
2019-11-07 04:52 | Dmitry Boyarintsev | Fixed in Revision | => 62214 |
2019-11-07 04:52 | Dmitry Boyarintsev | LazTarget | => - |
2019-11-07 04:52 | Dmitry Boyarintsev | Widgetset | Cocoa => Cocoa |
2019-11-07 04:52 | Dmitry Boyarintsev | Note Added: 0119123 | |
2019-11-07 14:04 | Chris Rorden | Status | resolved => closed |