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

implemented column auto sizing #19

Merged
merged 2 commits into from
Jun 5, 2024
Merged

implemented column auto sizing #19

merged 2 commits into from
Jun 5, 2024

Conversation

w-ahmad
Copy link
Owner

@w-ahmad w-ahmad commented Jun 4, 2024

fixes #10, #13

  • Changed column width type to Microsoft.UI.Xaml.GridLength to support better sizing options.
  • Added two new properties to TableView MinColumnWidth & MaxColumnWidth, these properties will be used to determine min and max width for every column. These can be override by setting min and max widths directly to the column.

@w-ahmad w-ahmad linked an issue Jun 4, 2024 that may be closed by this pull request
@w-ahmad w-ahmad merged commit 5bd8eb0 into main Jun 5, 2024
1 check passed
@w-ahmad w-ahmad deleted the column-auto-sizing branch June 5, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column width should resize to fit in parent width Support Width = * and Width = AUTO
1 participant