LibraryContainer in a ScatterViewItem: resizing and background rectangle...
- by Rob Fleming
Simple one: Want to add a LibraryContainer to a Surface ScatterView. Know I have to add the container inside a ScatterViewItem to get the rotate/move features.. but the SVI adds a rectangle box around the control, and it does not size correctly. Think I'm missing something simple but can't figure it... My current XAML is as follows:
Background="{StaticResource WindowBackground}"
AllowDrop="True"
.
.
.
Any thoughts are appreciated... I've been looking at the how-to samples but the library controls that are shown are static item. (ie they are not movable)...
Rob