79435093

Date: 2025-02-13 04:57:55
Score: 0.5
Natty:
Report link

The accepted answer doesn't work for me. The following should be placed inside the CollectionView tags:

<CollectionView.ItemsLayout>
    <LinearItemsLayout Orientation="Vertical"
                       ItemSpacing="5"/>
</CollectionView.ItemsLayout>

Note that the "Vertical" is needed or you get an error (or Horizontal).

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Adam B