Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Where to find the information what string pattern a setter value for a property need? #14415

Answered by sjordanGSS
Agredo asked this question in Q&A
Discussion options

You must be logged in to vote

This is quite an old thread now, but have you tried something like:

<Setter Property="CollectionView.ItemsLayout">
  <Setter.Value>
    <GridItemsLayout Orientation="Vertical" Span="3" VerticalItemSpacing="5" HorizontalItemSpacing="5" />
  </Setter.Value>
</Setter>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Agredo
Comment options

Answer selected by Agredo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants