-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix: Fixed "Size All Columns to Fit" not working properly #11437
Fix: Fixed "Size All Columns to Fit" not working properly #11437
Conversation
Just two things:
|
I could not really find a way to solve this problem. For some reason |
This fixes the first part of #11295 but the double click to size is still broken. |
oh sorry, i thought that maybe only the should be fixed now |
I can confirm it's working as expected. With the "Size all to fit option", does it cause the app to freeze when you use it? |
No freezes while using the "Size to fit option" (see recording) Files_LMdk9ZvlDl.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Resolved / Related Issues
Items resolved / related issues by this PR.
Validation
How did you test these changes?
Note
Probably caused by #11216
Before that PR only one tag was displayed and there was only one TextBlock
Now for each Tag a separate TextBlock is displayed. The changed in this PR should calculate the size of the complete StackPanel (FontIcon + TextBlock)
In the first commit I also fixed the "Size to fit" function for the other columns, there the index was off by one
Screenshots (optional)
Add screenshots here.