WrapPanel not wrapping composition of controls separately?

Up vote 0 down vote favorite share g+ share fb share tw.

I have a WrapPanel with different controls in it. The problem is, that one of the controls consists of multiple ComboBox controls (MyCompositeControl) When I try to resize the windows, first it wraps AnotherComboBox, then MyCompositeControl, now the problem is, that it wraps the whole CompositeControl, but I need it to wrap every single control in it separately. I cannot change the CompositeControl and separate it, because they are used in other sections of our project and I'm not privileged to change it.

I've tried to put the controls in CompositeControl also into a WrapPanel, but that didn't work either, because at first it was wrapping the whole control, and only then the control in it. Maybe someone can help. Thanks in advance.

Silverlight xaml wrappanel link|improve this question edited Apr 6 at 12:42Sam DeHaan3,8071417 asked Apr 6 at 8:28Narek1.

What is your CompositeControl derived from. If it is from ItemsControl you can try setting the ItemsControl. ItemPanel to a wrappanel.

– Rikkos Apr 6 at 15:16.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions