I'm using a WrapPanel as the ItemsPanelTemplate of a ListBox.The items in the control wrap like this:
|1234567 |
|890 |
I'd like them to wrap like this:
| 1234567 |
| 890 |
I found this link WPF - How can I center all items in a WrapPanel? but the exemple is for WPF (I don't find FrameworkPropertyMetadata and FrameworkPropertyMetadataOptions).