Hi,
to be more specific, I would like to have the MaximizedItem Container only as big as its content and not as big as the available space for it (by available space I mean ViewPort.Width - minimizedColumnWidth).
I tried changing the template for the TileViewItem as below:
Basically, I have replaced the outer grid with a canvas.
Now, the MaximizedItem shows the way I wanted but there are some issues with the Restored and Minimized Items:
- the restored item contains a ListBox defined as below
The problem is that when in RestoredState, the items expand way out vertically untill all the ListBoxItems are visible (no vertical scroll bar).
Can you suggest a solution for implementing the described layout?
Thank you