Open GoogleCodeExporter opened 9 years ago
One mistake: should also set the alignments of the generated image control in
addition to setting the ActualWidth/Height:
factory.SetValue(FrameworkElement.HorizontalAlignmentProperty,
HorizontalAlignment.Left);
factory.SetValue(FrameworkElement.VerticalAlignmentProperty,
VerticalAlignment.Top);
Original comment by cborde...@gmail.com
on 28 Jun 2011 at 5:44
This looks pretty cool. Any chance of getting it into the next build?
Original comment by aedward...@gmail.com
on 14 Jul 2011 at 1:19
Original issue reported on code.google.com by
cborde...@gmail.com
on 28 Jun 2011 at 5:10