Files
Files copied to clipboard
Feature: Wrap file names in the grid layout
Requirements
- File names should wrap up to three lines in the grid view layouts.
- Selected items names should wrap as many lines as necessary to show the complete name
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.67. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
We'll need to handle Item Selection when using the new ItemsRepeater
We had to revert this feature because the implementation was causing this issue #10983
Reopening this issue as it's not yet fully resolved.
https://github.com/sbaeumlisberger/VirtualizingWrapPanel/tree/master/src
Do you guys think this might be helpful?
It's for WPF but it would be interesting to see if it could be ported. Fyi @marcelwgn
We could have the textblocks wrap on their own, however I don't think GridView would be able to deal with one textblock being larger than others.