I found solution on this site(How can I input separator between items in an ItemsControl(click) And found bug=(((
Here is it:

It hapens when I trying to resize ItemsControl(I’ve set property “HorizontalScrollBarVisibility” to “Disable”) Any ideas How should I fix this bug?
It was not easy,but I realized what shall I do to fix this bug. My idea is to use custom Convertor, but I haven’t any clever thoughts How to send ConverterParameter into convertor. But I’ve found solution.
Here is my convertor:
Find parent function:
Here is my XAML code:
Ok. Any way, If you have another idea how to fix this bug, you could post your answer here=)