Advanced Forum Search Results
-
I found a working solution in case anyone is interested. Not sure if its the best solution so if someone wants to fine tune it a bit feel free.With some help from a colleague of mine we come up with the following three extension methods:
public static Point TopLeft(this UIElement element, UIElement parent)
{
GeneralTransform gt = ...
-
Does anyone have any sample code to make this work within Silverlight 2 Beta 1?
I can adjust the VerticalScrollOffset for focusing on a object within a scrollviewer no problem. The issue is I want to check to see if an item is currently visible within the scrollviewer and only adjust the VerticalScrollOffset if the item is NOT in view.
I found a ...
-
What about releasing commercial controls for SL2 Beta 1?
Example:
The world’s first commercially available control for Microsoft’s latest promising new technology, Silverlight 2! Xceed Upload for Silverlight
http://xceed.com/Upload_Silverlight_Intro.html
Does this fall in the same category as a commercial application?