ListBoxItem height not getting updated

Posted by Gili on Stack Overflow See other posts from Stack Overflow or by Gili
Published on 2010-05-01T13:55:12Z Indexed on 2010/05/01 13:57 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

Hi,

I have a listbox inside another list box, in inner list box listboxitems height may grow or shrink. My problem is that when the inner items shrink the outer list box doesn't re-render its height. Thus - stays with the previous height before the inner list shrinked.

I have tried so many things here, among Invalidate of all types, selection and de-selection of the list box item that should be updated and more - nothing helps....

Can anyone pls help me with this?

Thanx, Gili

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listbox