Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • Lazarus Lazarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,108
    • Issues 2,108
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • LazarusLazarus
  • LazarusLazarus
  • Issues
  • #36263
Closed
Open
Created Nov 05, 2019 by FPC Admin account@fpc_adminOwner

Cocoa: TListView does not show GridLines

Original Reporter info from Mantis: crlab @neurolabusc1
  • Reporter name: Chris Rorden

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.

Mantis conversion info:

  • Mantis ID: 36263
  • OS: Darwin
  • OS Build: 10.11.6
  • Build: 62199
  • Platform: MacBook 2012 Retina 13"
  • Version: 2.0.7 (SVN)
  • Fixed in revision: 62214 (#2fd870c4)
Assignee
Assign to
Time tracking