1

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).

Community
  • 1
  • 1
DevT
  • 1,411
  • 3
  • 16
  • 32

0 Answers0