I am trying to hit test in Silverlight applications to find the elements under the mouse cursor. Normally VisualTreeHelper.FindElementsInHostCoordinates works for this. If there is a Popup open I nee
How do I change position of childWindow control w开发者_如何学Gohen it is opened? I want to do that because I want to make resize animation.You can do this easily in expression blend. After creating
Greetings! Am enjoying using MVVM light -great framework - has made my life much easier, and has removed a number of barriers that were proving difficult to overcome....
开发者_StackOverflowIn my win32 application I want to create a child window within the main window. I assigned these styles to the child window when calling CreateWindowEx:
I have a child Window , and I am displaying it from the code behind as below: ChildPhotoViewer PhotoViewer = new ChildPhotoViewer();
I have a datagrid with master detail implementation as follows: <data:DataGrid x:Name=\"dgData\"Width=\"600\" ItemsSource=\"{Binding Path=ItemCollection}\"
how can i do my childWindow to be always on to开发者_StackOverflowp?If by ChildWindows you mean the ChildWindow object in Silverlight then it should always appear on top, as the documentation says:
Can 开发者_如何学Can user control be loaded in a child window in Silverlight 3.0?so far the most you seem to be able to to do is change the color and position and size of the window. I am still search
Please, help me. public myChildWindow() { InitializeComponent(); // set left and top from saved values Margin = new Thickness(70, 50, 0, 开发者_如何学C0);
is it possible to make a ChildWindow like ChildWindow in Silverlight, but for WPF?I tried to adapt the Silverlight ChildWindow to WPF but ran into issues with Transformations and not being able to set