-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 the Popup's Parent. I'm trying to make something that works simular so I do not have to add code…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
how can i do my childWindow to be always on top?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Anyone got any neat solutions to prevent a Silverlight ChildWindow being moved?
thanks,
Mark
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Please, help me.
public myChildWindow()
{
InitializeComponent();
// set left and top from saved values
Margin = new Thickness(70, 50, 0, 0);
}
private void ChildWindow_Closed(object sender, EventArgs e)
{
// How to know the position of the ChildWindow when you close it ?
//…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
This was previously posted in StackOverflow, I just moved to here...
I am using VS2008, MVVM, WPF, Prism to make a mutiple window CRM Application.
I am using MidWinow in my MainWindow, I want
Any ViewModel would able to make request to MainWindow to create/add/close MidChildWindow, ChildWindow(from…
>>> More