WPF - Scrolling Listbox in an Expander?

You need to set the Height property of ScrollViewer otherwise it will be the same size as it's child. Here is some updated XAML.

You need to set the Height property of ScrollViewer otherwise it will be the same size as it's child. Here is some updated XAML: Testing.

– Vaccano Nov 2 '09 at 15:57 You could do a binding with syntax like this: {Binding ElementName=Window1, Path=Height} but that would lead to too large of a value. I think instead you will need to a property to your window that is Height - SomeOffset. – Jake Pearson Nov 2 '09 at 16:06 Also, I imagine there is a better solution than what I just suggested.

– Jake Pearson Nov 2 '09 at 16:15.

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