Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
Resizing tile on content size changed
posted

Hi,

I am using a tile control bound to an ObservableCollection, each item of which contains another ObservableCollection which is displayed as the content of the tile. When I add something to one of these lists in the list expands, then a scrollbar will appear on the tile, but the tile will remain the same size. When I pick the tile up and drop it again in exactly the same place, then it will resize to display the full list. Is there a way I can programmatically force it to resize the tile when I make the change to the list, so that I never see the scrollbars?

Thanks,

Rich