c# - Windows Phone - How can I center all items in a WrapPanel? -


i'm using wrappanel itemspaneltemplate of listbox.the items in control wrap this:

|1234567  | |890      | 

i'd them wrap this:

| 1234567 | |   890   | 

i found link wpf - how can center items in wrappanel? exemple wpf (i don't find frameworkpropertymetadata , frameworkpropertymetadataoptions).


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -