Files icon indicating copy to clipboard operation
Files copied to clipboard

Feature: Wrap file names in the grid layout

Open chuchanpr opened this issue 5 years ago • 7 comments

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

chuchanpr avatar Jun 12 '20 13:06 chuchanpr

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.

issue-label-bot[bot] avatar Jun 12 '20 13:06 issue-label-bot[bot]

We'll need to handle Item Selection when using the new ItemsRepeater

lukeblevins avatar Jun 25 '20 18:06 lukeblevins

We had to revert this feature because the implementation was causing this issue #10983

yaira2 avatar Jan 11 '23 15:01 yaira2

Reopening this issue as it's not yet fully resolved.

yaira2 avatar Mar 10 '24 00:03 yaira2

https://github.com/sbaeumlisberger/VirtualizingWrapPanel/tree/master/src

Do you guys think this might be helpful?

0x5bfa avatar Apr 28 '24 04:04 0x5bfa

It's for WPF but it would be interesting to see if it could be ported. Fyi @marcelwgn

yaira2 avatar May 01 '24 02:05 yaira2

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.

marcelwgn avatar May 01 '24 11:05 marcelwgn