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

Add GridColumn Expand, Min/MaxWidth, and HeaderTextAlignment #1881

Merged
merged 4 commits into from
Jan 25, 2021

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Jan 25, 2021

This adds new properties to GridColumn:
Expand: Sets that the column expands to the width of the grid. Multiple columns share the space. Fixes #822. Fixes #718
HeaderTextAlignment: Sets the alignment of the header text. Fixes #819
Min/MaxWidth: Sets the minimum or maximum widths of each column

Also:

  • Gtk/WinForms/Mac: Tree/GridView now can autosize to its content (Wpf already does)
  • Mac: Fix showing expanders when TreeGridView is initially populated (in some but not all cases :/)
  • WinForms: Fix initial label auto sizing
  • WinForms: Fix TextStepper crashing on .NET 5
  • CI: Better fix for nuget restore issue

Gtk/WinForms/Mac: Tree/GridView now can autosize to its content
Mac: Fix showing expanders when TreeGridView is initially populated (in some cases)
@cwensley cwensley force-pushed the curtis/gridcolumn-enhancements branch from e1a5fc4 to 252d475 Compare January 25, 2021 21:41
@cwensley cwensley merged commit 4f7c6c6 into picoe:develop Jan 25, 2021
@cwensley cwensley deleted the curtis/gridcolumn-enhancements branch January 25, 2021 21:57
@cwensley cwensley added this to the 2.5.11 milestone Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant