LibraryContainer in a ScatterViewItem: resizing and background rectangle...
Posted
by Rob Fleming
on Stack Overflow
See other posts from Stack Overflow
or by Rob Fleming
Published on 2010-06-15T17:31:32Z
Indexed on
2010/06/16
0:42 UTC
Read the original article
Hit count: 654
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
© Stack Overflow or respective owner