Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree/GridView column width and cell types for GetCellAt #2240

Conversation

cwensley
Copy link
Member

  • Added new Grid.ColumnWidthChanged event
  • Added GridCellType to GridCell and TreeGridCell for GetCellAt() APIs, which can be used to determine if the mouse is over the header or not
  • Mac/Gtk: Enable mouse events on the header
  • Gtk: Fix location in mouse events for Tree/GridView
  • Mac: Fix context menu selected rows when not right clicking on a row
  • Mac: Show Grid.ContextMenu for the header

These changes allow you to reliably show context menus or handle various mouse events for Tree/GridView headers, and to know which column header the mouse is over.

@cwensley cwensley force-pushed the curtis/grid-column-width-and-getcellat-improvements branch from 0b65e0c to 0ddff25 Compare June 10, 2022 19:57
- Added new Grid.ColumnWidthChanged event
- Added GridCellType to GridCell and TreeGridCell for GetCellAt() APIs, which can be used to determine if the mouse is over the header or not
- Mac/Gtk: Enable mouse events on the header
- Gtk: Fix location in mouse events for Tree/GridView
- Mac: Fix context menu selected rows when not right clicking on a row
- Mac: Show Grid.ContextMenu for the header
@cwensley cwensley force-pushed the curtis/grid-column-width-and-getcellat-improvements branch from 0ddff25 to 1d67324 Compare June 10, 2022 21:40
@cwensley cwensley merged commit d7955de into picoe:develop Jun 10, 2022
@cwensley cwensley added this to the 2.7.1 milestone Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant