By using a wrap panel in WPF you can arrange items horizontaly.
Example here : WPF Tutorial | Wrap Panel
Now I want to space items equaly in order to fill the whole width. Like text justify, but items instead of words. How can I achieve this ?
Edit : I show you what I have actually :
I pick countries in the bottom list, and display selected countries in border within a wrappanel.
I want to adjuste automatically space between borders to get Spain and Thailand justified to right like Singapour.